search for: dir_opt_foo_data_exist

Displaying 1 result from an estimated 1 matches for "dir_opt_foo_data_exist".

2010 Jun 25
7
Ability to deploy a "skeleton" directory
Hi, I''d like to be able to deploy a skeleton directory through puppet, i.e. puppet deploys it only if it does not exist. I tried this : file {"/path/to/this/directory": source => "puppet:///files/path/to/the/skeleton", ensure => directory, recurse => true, owner => auser, group => agroup } But I have 2 problems for the moment : - if I