the universe is that none of it has tried to contact us.”
Bill Waterson (Calvin & Hobbes)
- Original Message -
From: "jcbollinger"
To: puppet-users@googlegroups.com
Sent: Friday, August 2, 2013 9:03:21 AM
Subject: [Puppet Users] Re: Wildcards in file resourses -- yet anoth
Hi Ivan,
You can try putting the all file names in array variable and use that
array variable in file resource.
File resource of puppet support array structure. This might work.
On Friday, August 2, 2013 2:09:32 PM UTC+5:30, Ivan Lysov wrote:
>
> Hi All!
>
> I want to grant spetial permission
On Friday, August 2, 2013 3:39:32 AM UTC-5, Ivan Lysov wrote:
>
> Hi All!
>
> I want to grant spetial permissions on some core files. So it would be
> nice to use something like
>
> file { "/var/lib/monitorium/core*" :
> mode => 0644,
> }
>
> But that obviously doesn't work. Any