Change owner/group to pe-puppet for hiera module
When the owner / group was root this meant that enabling hiera-eyaml wouldn't work properly as the keys couldn't be read by puppetserver. Changing to pe-puppet should resolve the issue.
This commit is contained in:
parent
e5be3e2ddd
commit
7e40513c53
@ -11,8 +11,8 @@ class profile::puppetmaster (
|
|||||||
],
|
],
|
||||||
hiera_yaml => '/etc/puppetlabs/code/hiera.yaml',
|
hiera_yaml => '/etc/puppetlabs/code/hiera.yaml',
|
||||||
datadir => '/etc/puppetlabs/code/environments/%{environment}/hieradata',
|
datadir => '/etc/puppetlabs/code/environments/%{environment}/hieradata',
|
||||||
owner => 'root',
|
owner => 'pe-puppet',
|
||||||
group => 'root',
|
group => 'pe-puppet',
|
||||||
notify => Service['pe-puppetserver'],
|
notify => Service['pe-puppetserver'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user