spec/fixtures/modules/foo/manifests/bar.pp in puppet-ghostbuster-0.6.0 vs spec/fixtures/modules/foo/manifests/bar.pp in puppet-ghostbuster-0.7.0
- old
+ new
@@ -9,6 +9,11 @@
content => template('foo/used_with_template'),
}
file { 'used_with_template_and_module_name':
content => template("${module_name}/used_with_template_and_module_name"),
}
+ if $::bar {
+ $foo = "Hello ${::foo}"
+ }
+ $foo = bar('baz')
+ bar { 'bar': }
}