[Puppet Users] Using an array of arrays from an external node script

2010-09-20 Thread Jérémy
Hi guys, I hope you can help me, I looked for it on the list and on the website but I didn't find any response to my problem. Context : I would like to centralize the package management of my nodes by using a database which would answer me with all the packages ( including package names, configur

[Puppet Users] Re: remove node parameters with dashboard rake api?

2013-09-30 Thread Jérémy JR
Since your post, did you find a way to do that? Regards, Jérémy -- 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.co

[Puppet Users] Delete file under dynamic folder ?

2014-06-27 Thread Jérémy D
Hello, I need delete file : /usr/lib/zsh/4.3.17/zsh/newuser.so But version will change and i don't find how to for this scenario file { "/usr/lib/zsh/??/zsh/newuser.so": ensure => absent, require => Package[$packages], } Anyone can help me ? (sorry for my bad english) --