always install the sudo package
This commit is contained in:
parent
6b8fb05ac9
commit
a47e787de8
1 changed files with 2 additions and 7 deletions
|
@ -7,14 +7,9 @@ class sudo(
|
|||
$path = $sudo::params::path,
|
||||
$dir = $sudo::params::dir
|
||||
) inherits sudo::params {
|
||||
case $::kernel {
|
||||
# XXX: why don't we install the package everywhere?
|
||||
linux,freebsd: {
|
||||
package {'sudo':
|
||||
ensure => installed,
|
||||
}
|
||||
}
|
||||
}
|
||||
if $sudo::deploy_sudoers {
|
||||
file {
|
||||
$sudo::path:
|
||||
|
|
Loading…
Reference in a new issue