remove koumbit namespace
This commit is contained in:
parent
f4e1c13e7c
commit
b90df6b916
2 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
define koumbit::sudo::extra-access($user, $access) {
|
||||
define sudo::extra-access($user, $access) {
|
||||
file { "/etc/sudoers.d/$user":
|
||||
ensure => 'present',
|
||||
owner => root,
|
||||
|
@ -8,3 +8,7 @@ define koumbit::sudo::extra-access($user, $access) {
|
|||
notify => Service[apache2]
|
||||
}
|
||||
}
|
||||
|
||||
define koumbit::sudo::extra-access($user, $access) {
|
||||
sudo::extra-access { $name: user => $user, access => $access }
|
||||
}
|
||||
|
|
|
@ -17,3 +17,6 @@ class sudo {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
# backwards compat
|
||||
class koumbit::sudo inherits sudo {}
|
||||
|
|
Loading…
Reference in a new issue