Displaying 2 results from an estimated 2 matches for "barrezeel".
Did you mean:
barrezeele
2009 May 28
2
access file form files directory in module
Hi
We have on our systems old school software which is only installable
via tar. I have the tar in <pathtomodules>module/file/software.tar
How can I now access this file to untar it via an exec command. With
the file type I think it is not possible, otherwise the tar gets
downloaded every time puppet runs (because I remove the tar after
installation)
Any Ideas how I can access the file in
2008 May 30
2
pluginsync factsync etc
Hi,
When starting puppet on a new machine, (or when the $vardir/lib is empty)
puppet will not run the facts, it will only copy them.
on the second time puppet runs, it works quiet well:
on the client its defined:
[main]
pluginsync = true
pluginsource = puppet://$server/plugins
plugindest = $vardir/lib/puppet
factpath = $vardir/lib/puppet/facter
[puppetd]
factsync = true
I also tried with