git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site/profile/manifests/puppetmaster.pp
diff options
context:
space:
mode:
authormail_redacted_for_web 2015-08-13 15:41:11 -0700
committermail_redacted_for_web 2015-08-13 15:41:11 -0700
commit70690333eedbb28b3f286912e6d9749b4a7e2618 (patch)
tree35cb48b0b73e2841936efd4cd43c13d56cd002ee /site/profile/manifests/puppetmaster.pp
parentb0c5ac495c40e6208460afaedd2ae5b8b1cb954f (diff)
downloadcontrol-repo-template-70690333eedbb28b3f286912e6d9749b4a7e2618.tar.bz2
Fix some quoting issues and add role:: to the include in site.pp
Diffstat (limited to 'site/profile/manifests/puppetmaster.pp')
-rw-r--r--site/profile/manifests/puppetmaster.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/profile/manifests/puppetmaster.pp b/site/profile/manifests/puppetmaster.pp
index 8242110..b22500c 100644
--- a/site/profile/manifests/puppetmaster.pp
+++ b/site/profile/manifests/puppetmaster.pp
@@ -2,11 +2,11 @@ class profile::puppetmaster {
class { 'hiera':
hierarchy => [
- "nodes/%{::trusted.certname}",
- :common",
+ "\"nodes/%{::trusted.certname}\"",
+ "common",
],
hiera_yaml => '/etc/puppetlabs/code/hiera.yaml',
- datadir => "/etc/puppetlabs/code/environments/%{environment}/hieradata",
+ datadir => "\"/etc/puppetlabs/code/environments/%{environment}/hieradata\"",
owner => 'root',
group => 'root',
}