Skip to content

Commit

Permalink
Merge pull request #265 from huandu/master
Browse files Browse the repository at this point in the history
Puppet removes dir only if "force => true"
  • Loading branch information
James Fryman committed Mar 4, 2014
2 parents 7cf6dac + eb11249 commit fb56078
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,13 @@
ensure => absent,
purge => true,
recurse => true,
force => true,
}

file { "${nginx::config::nx_temp_dir}/nginx.mail.d":
ensure => absent,
purge => true,
recurse => true,
force => true,
}
}

0 comments on commit fb56078

Please sign in to comment.