Displaying 4 results from an estimated 4 matches for "sorrison".
Did you mean:
morrison
2011 Sep 01
3
Multiple template fallbacks
Hi,
In a file resource I want to be able to specify multiple template contents.
If the 1st template doesn''t exist use the 2nd listed and so on. Much like
how the source attribute works.
Basically this:
file { "/tmp/somefile.txt":
ensure => present,
content => [
template("somefile-$fqdn.erb"),
2011 Oct 12
0
Could not evaluate: Field 'key' is required when exporting ssh_authorized_keys
I seem to have a weird error when trying to collect ssh keys and installing
them on our backup server.
On all hosts I have:
@@ssh_authorized_key { "root@$fqdn":
type => ssh-rsa,
key => $rootsshkey,
tag => ''host'',
user => backups,
}
Then on my backup server I have:
Ssh_authorized_key <<| tag == ''host''
2013 Jul 22
8
How do I set global noop?
I''m trying to set a global noop but it doesn''t seem possible,
There are 2 bugs open about this which to me look pretty serious as the
expected behaviour isn''t the case.
http://projects.puppetlabs.com/issues/21286
http://projects.puppetlabs.com/issues/6549
If anyone has a work around (that doesn''t include modifying puppet.conf
file) I would be very
2012 Aug 15
9
Installing puppet-dashboard on ubuntu precise
Hi,
I''m trying to install dashboard on precise and I get the below error.
I''m using the latest version that is available in the puppet apt
repository. The package rdoc is installed (it''s just a virtual package
pointing to ruby)
Are there some other missing dependencies that the package doesn''t specify?
I don''t know ruby that well so finding it hard