Remove an ensure absent

Once the file is removed, we don't need to ensure it's absent anymore.

Change-Id: Ic093df3cc243d10547bbebe8adb897bf13c6b4b1
This commit is contained in:
Monty Taylor 2015-11-27 13:13:02 -05:00
parent 4cf7f3da7b
commit 534b2d8d17
1 changed files with 0 additions and 4 deletions

View File

@ -28,10 +28,6 @@ class ansible (
require => File['/etc/ansible'],
}
file { '/usr/local/bin/puppet-inventory':
ensure => absent,
}
::logrotate::file { 'ansible':
log => '/var/log/ansible.log',
options => [