Skip to content

Commit 7e40513

Browse files
committed
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.
1 parent e5be3e2 commit 7e40513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/profile/manifests/puppetmaster.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
],
1212
hiera_yaml => '/etc/puppetlabs/code/hiera.yaml',
1313
datadir => '/etc/puppetlabs/code/environments/%{environment}/hieradata',
14-
owner => 'root',
15-
group => 'root',
14+
owner => 'pe-puppet',
15+
group => 'pe-puppet',
1616
notify => Service['pe-puppetserver'],
1717
}
1818

0 commit comments

Comments
 (0)