Skip to content

Commit

Permalink
Do not backup removed files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruriky committed Apr 27, 2017
1 parent ee9a8a0 commit 74965a9
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 74965a9

Please sign in to comment.