Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Commit dd3dd20

Browse files
author
Zach Leslie
committed
Disable plist replacement on OSX
Due to something oddities with plists and binary interchange formats, the plist file is rewritten every time Puppet runs. While its not ideal to leave a file in place once deployed, changing the file every time is just noise. Disabling overwriting the file until a better option is available.
1 parent 6b789ee commit dd3dd20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/agent/service.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
content => template('puppet/com.puppetlabs.puppet.plist.erb'),
3333
path => '/Library/LaunchDaemons/com.puppetlabs.puppet.plist',
3434
before => Service['puppet_agent'],
35+
replace => false,
3536
}
3637
}
3738
default: {

0 commit comments

Comments
 (0)