diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-13 13:23:17 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-13 22:51:36 +0100 |
commit | 0a21fb6c2c52ca5cc2dfdfc41ca0a51c0d81296c (patch) | |
tree | 95af1b06a4b8d67759628071f163b3d42c9c7f22 /manifests | |
parent | 96d61e22a20255c2b437eb3a3b81f9b44a1814de (diff) | |
download | Puppet-0a21fb6c2c52ca5cc2dfdfc41ca0a51c0d81296c.tar.gz Puppet-0a21fb6c2c52ca5cc2dfdfc41ca0a51c0d81296c.tar.zst Puppet-0a21fb6c2c52ca5cc2dfdfc41ca0a51c0d81296c.zip |
Start to cleanup the files
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/site.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/site.pp b/manifests/site.pp index f922d2b..3d40ad2 100644 --- a/manifests/site.pp +++ b/manifests/site.pp | |||
@@ -1,5 +1,5 @@ | |||
1 | node default { | 1 | node default { |
2 | lookup('classes', Hash, 'deep').each |$class_name, $class_hash| { | 2 | lookup('classes').each |$class_name, $class_hash| { |
3 | if empty($class_hash) { | 3 | if empty($class_hash) { |
4 | include $class_name | 4 | include $class_name |
5 | } else { | 5 | } else { |