Skip to content

Commit

Permalink
Merge pull request redhat-openstack#231 from GeoffWilliams/poison_exe…
Browse files Browse the repository at this point in the history
…c_defaults_fix

Reset poisoned defaults from Exec
  • Loading branch information
Travis Fields committed Oct 29, 2014
2 parents 520224f + ed6efe8 commit d97a047
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 d97a047

Please sign in to comment.