Skip to content

Commit 7f56a37

Browse files
committed
change title of exec to make it not conflict with PE
Prior to this commit, the title of the exec to chown the codedir to pe-puppet conflicted with PE 2016.2 After this commit, the title of the exec is changed so it will not conflict.
1 parent 6eafece commit 7f56a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/code_manager.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
}
4848

4949
#If files exist in the codedir code manager can't manage them unless pe-puppet can read them
50-
exec { 'chown all environments to pe-puppet' :
50+
exec { 'pe_code_manager_webhook chown all environments to pe-puppet' :
5151
command => "/bin/chown -R pe-puppet:pe-puppet ${::settings::codedir}",
5252
unless => "/usr/bin/test \$(stat -c %U ${::settings::codedir}/environments/production) = 'pe-puppet'",
5353
}

0 commit comments

Comments
 (0)