Displaying 3 results from an estimated 3 matches for "kauhaus".
Did you mean:
bauhaus
2011 Jun 19
3
Could not find a default provider for package
Need some help here. I am using puppet to mange some Gentoo boxes, and
when working with packages I keep getting the following error:
Could not find a default provider for package
Version:
* app-admin/puppet
Latest version available: 0.25.0-r1
Latest version installed: 0.25.0-r1
Size of files: 592 kB
Homepage: http://reductivelabs.com/projects/puppet
2011 May 07
3
Cannot dry run puppet on the puppetmaster
For some reason I am unable to run "dry runs" of the puppet client on
my puppetmaster server. Running puppetd with the --test, --noop and
verbose / debug flags results in nothing for about a minute or two
then this output...
$ time puppetd --test --noop -v
err: Could not retrieve catalog from remote server: execution expired
warning: Not using cache on failed catalog
err: Could not
2011 Mar 22
25
RFC: Splitting up the file{} type functionality.
The file{} type can do all of the following:
* manage single files
* manage directories
* manage symlinks
* manage recursive file copies
The intersection of all these bits of functionality makes it difficult
to understand exactly what is going on when you''re new to Puppet, and
even experienced users often don''t know how combining symlinks/content
management is going to work.