Skip to content

Commit

Permalink
Reset poisoned defaults from Exec
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Williams committed Sep 18, 2014
1 parent fdbeb1b commit ed6efe8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@
backup => false,
}

# reset poisoned Exec defaults
Exec {
user => undef,
group => undef,
}

if $ensure == 'present' {
file { $fragdir:
ensure => directory,
Expand Down

0 comments on commit ed6efe8

Please sign in to comment.