Displaying 1 result from an estimated 1 matches for "gitconfig_user_email".
2013 May 30
8
Run a File resource only if another file is missing
Hi,
I would like to run the File resource below:
file { ''autoconfig.php'':
path =>
''/var/www/owncloud/config/autoconfig.php'',
ensure => file,
owner => ''www-data'',
group => ''www-data'',