Force /etc/ansible/library deletion

Puppet won't remove directories without force => true being set. Set it
to actually get rid of the dir.

Change-Id: I3d3486c50d291a14eb5262998234159f1b4668c1
This commit is contained in:
Clark Boylan 2015-03-03 15:08:28 -08:00
parent 36da8fc39b
commit 365db34b12
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class ansible (
file { '/etc/ansible/library':
ensure => absent,
force => true,
}
include logrotate