aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-20 13:14:41 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-20 13:14:41 +0100
commit9155df0063c42e02fcf989da6b58f7a3d06e428d (patch)
treed0b8571c0d7d20298f89ca08947ead21cc4abbcf /manifests
parentca4a52d503d433064019e234212fcf7c211761fe (diff)
parent5a1aab82ab45c14db40026bb7b1f19d0ee8a3cb3 (diff)
downloadPuppet-9155df0063c42e02fcf989da6b58f7a3d06e428d.tar.gz
Puppet-9155df0063c42e02fcf989da6b58f7a3d06e428d.tar.zst
Puppet-9155df0063c42e02fcf989da6b58f7a3d06e428d.zip
Merge branch 'dev'
Diffstat (limited to 'manifests')
-rw-r--r--manifests/site.pp2
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 @@
1node default { 1node 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 {