diff options
author | mail_redacted_for_web | 2015-08-13 15:41:11 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2015-08-13 15:41:11 -0700 |
commit | 70690333eedbb28b3f286912e6d9749b4a7e2618 (patch) | |
tree | 35cb48b0b73e2841936efd4cd43c13d56cd002ee /site/profile | |
parent | b0c5ac495c40e6208460afaedd2ae5b8b1cb954f (diff) | |
download | control-repo-template-70690333eedbb28b3f286912e6d9749b4a7e2618.tar.bz2 |
Fix some quoting issues and add role:: to the include in site.pp
Diffstat (limited to 'site/profile')
-rw-r--r-- | site/profile/manifests/puppetmaster.pp | 6 |
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', } |