search for: base_admin

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

2007 Jan 26
1
directory, effect of recurse with ensure => directory
Hello, I wanted to say:: this file is a directory and must be created , this directory and it''s content should be owned by root:www-data with 640 mode for file and 750 for dirs: file { "base_admin": path => "/my/dir" owner => ''root'', group => www-data, recurse => true, ensure => directory,...