Hi

>> this should work, I do that a lot. But note: Until 0.25 copying large
>> or a large amount of files might cause heavy memory usage!
>>
>> file { "/etc/bacula/clients/":
>>    recurse => true,
>>    source  => "puppet:///bacula/clients/",
>>    notify  => Service[bacula],
>>    owner   => "root", group => "root", mode => 655;
>> }
>>
>> basically you don't have to use the wild-card. Neither for Source nor
>> for target. For sure you can add a path alias as well as you had.
>>
>> cheers pete
>
> That works out great except for copying all the .svn files over, but  
> I can live with that. Thanks a ton.

http://reductivelabs.com/trac/puppet/wiki/TypeReference#file

ignore is your friend: ignore => '\.svn'

cheers pete

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to