Hello,
Would it be possible to do something like:
file { "/foo/voo/bar/baz" :
ensure => directory,
between => {
start => "/foo",
end => "/foo/voo/bar",
owner => "foo",
group => "foo",
mode => 755, }
between => {
start => "/foo/voo/bar/baz",
end => "/foo/voo/bar/baz",
owner => "baz",
group => "baz",
mode => 775, }
}
or would that require re-writing chuncks of puppet?
I did this in email as I was having a little trouble formatting it in
the ticket.
Regards,
-Roy
--
You received this message because you are subscribed to the Google Groups "Puppet
Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en.