Stefan Wiederoder
unread,Jan 8, 2013, 2:18:49 PM1/8/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
I´ve an application which has always the same directory structure:
/some/where/app1/foo
/some/where/app1/bar
/some/where/app2/foo
/some/where/app2/bar
/some/where/app3/foo
/some/where/app3/bar
and so on.....
I´de like to set owner/group permissions while using a loop with an array:
$path = "/some/where"
# array
apps = [ "app1", "app2", "app3", ]
but - how can I achieve this?
thanks
,
Stefan