aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-01-13 20:07:12 +0000
committerMichael Scherer <misc@mageia.org>2011-01-13 20:07:12 +0000
commitde5d12a142814441c921a34beb4f9eaf6fcf5a91 (patch)
tree882fb19033d08277c759b77f87fcda4b76865ecb /manifests/nodes.pp
parent4c3d756ced226a845b63b00d93e7cc10592fb8a8 (diff)
downloadpuppet-de5d12a142814441c921a34beb4f9eaf6fcf5a91.tar
puppet-de5d12a142814441c921a34beb4f9eaf6fcf5a91.tar.gz
puppet-de5d12a142814441c921a34beb4f9eaf6fcf5a91.tar.bz2
puppet-de5d12a142814441c921a34beb4f9eaf6fcf5a91.tar.xz
puppet-de5d12a142814441c921a34beb4f9eaf6fcf5a91.zip
rename access_class to access_classes ( better from a grammatical point of view )
Diffstat (limited to 'manifests/nodes.pp')
-rw-r--r--manifests/nodes.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp
index 86905260..e5d98f2d 100644
--- a/manifests/nodes.pp
+++ b/manifests/nodes.pp
@@ -21,7 +21,7 @@ node valstar {
include buildsystem::mainnode
include buildsystem::mgacreatehome
- include access_class::committers
+ include access_classes::committers
include restrictshell::allow_svn
include restrictshell::allow_pkgsubmit
include openssh::ssh_keys_from_ldap
@@ -144,6 +144,6 @@ node rabbit {
include default_mageia_server
timezone::timezone { "Europe/Paris": }
include bcd
- include access_class::iso_makers
+ include access_classes::iso_makers
include openssh::ssh_keys_from_ldap
}