Try ensure file
This commit is contained in:
parent
472977fde4
commit
c485935f30
|
@ -25,7 +25,7 @@ class sunetdrive::lookup (
|
|||
user { 'www-data': ensure => present, system => true }
|
||||
|
||||
file { '/opt/lookup/config.php':
|
||||
ensure => present,
|
||||
ensure => file,
|
||||
owner => 'www-data',
|
||||
group => 'root',
|
||||
content => template('sunetdrive/lookup/config.php.erb'),
|
||||
|
|
Loading…
Reference in a new issue