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

Commit 146ad38

Browse files
committed
Merge pull request #228 from xaque208/disablereplace
Disable plist replacement on OSX
2 parents 7ab8cf1 + dd3dd20 commit 146ad38

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)