Lint fixes
This commit is contained in:
parent
96fb1bacbc
commit
f70c8572a5
18 changed files with 71 additions and 43 deletions
|
@ -37,20 +37,22 @@ class sudo {
|
|||
|
||||
}
|
||||
|
||||
|
||||
# Install fake sudo
|
||||
#
|
||||
class sudo::fake {
|
||||
|
||||
file { "/usr/bin/sudo":
|
||||
ensure => present,
|
||||
mode => 0555,
|
||||
mode => "0555",
|
||||
owner => "root",
|
||||
group => "root",
|
||||
source => "puppet:///modules/sudo/fakesudo",
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
# Add sudoer.
|
||||
#
|
||||
# === Parameters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue