[Puppet Users] Re: Puppet custom recursive directory synchronization

2013-02-05 Thread Andriy Yurchuk
I ended up implementing this using Puppet Ruby DSL. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To post to this gr

[Puppet Users] Re: Puppet custom recursive directory synchronization

2013-02-04 Thread jcbollinger
On Monday, February 4, 2013 9:40:41 AM UTC-6, Andriy Yurchuk wrote: > > To be able to do this with purge I need to pass the list of subdirectories > I want to exist to source attribute, but I'm not sure I can do this > > On Monday, February 4, 2013 2:57:20 PM UTC+2, 刘长元 wrote: >> >> "but this do

[Puppet Users] Re: Puppet custom recursive directory synchronization

2013-02-04 Thread Andriy Yurchuk
To be able to do this with purge I need to pass the list of subdirectories I want to exist to source attribute, but I'm not sure I can do this On Monday, February 4, 2013 2:57:20 PM UTC+2, 刘长元 wrote: > > "but this does not remove the directories from the node if I remove them > from deployment.y

[Puppet Users] Re: Puppet custom recursive directory synchronization

2013-02-04 Thread 刘长元
"but this does not remove the directories from the node if I remove them from deployment.yml. maybe purge attribute can do this. On Monday, February 4, 2013 7:58:37 PM UTC+8, Andriy Yurchuk wrote: > > I'm trying to implement a custom recursive directory synchronization > resource in Puppet. W