Skip to content

Commit

Permalink
puppet removes dir only if "force => true"
Browse files Browse the repository at this point in the history
  • Loading branch information
huandu committed Mar 4, 2014
1 parent 542cbbe commit eb11249
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 @@ -119,11 +119,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 eb11249

Please sign in to comment.