Skip to content

Commit

Permalink
Merge pull request #23 from ruriky/fix/cleanup
Browse files Browse the repository at this point in the history
Do not backup removed files.
  • Loading branch information
crayfishx authored Apr 27, 2017
2 parents ee9a8a0 + 74965a9 commit 0781679
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,12 @@
recurse => true,
purge => true,
force => true, # remove also directories
backup => false,
require => Exec["db2::install::${name}"],
}
file { "${installer_root}/${p_filename}":
ensure => absent,
backup => false,
require => Exec["db2::install::${name}"],
}
}
Expand Down

0 comments on commit 0781679

Please sign in to comment.