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
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
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)
--