Displaying 4 results from an estimated 4 matches for "virtual_resources".
2010 Oct 08
2
New user - Issue using Generic::Mkuser in the ghoneycutt/generic module.
I''m trying to automatically create users as a requirement for ssh keys
to work. Here is my issue. I am getting this error from the agent. The
SSH part works fine, but it will not create the user due to a
dependency issue. I do not know how to debug this.
err: Could not run Puppet configuration client: Could not find
dependency Generic::Mkuser[hadoop] for Ssh::Authorized_keys[hadoop]
at
2013 Aug 13
1
Got a SOGo Puppet module?
Has anyone taken a stab at putting together a Puppet module to install
and/or manage SOGo <http://www.inverse.ca/english/contributions/sogo.html>-- a very fast and scalable collaboration suite (groupware) that offers
calendaring, address book management & a full-featured WebMail client?
With the help of someone on the SOGo user''s mailing list, I''ve been able to
2010 Mar 31
3
Could not find dependency
Hello,
I have the following define:
define adduser ($shell, $group, $fullname, $ingroups = "none", $home = "none") {
user { "$name":
ensure => present,
comment => "$fullname",
gid => "$group",
groups => "$ingroups",
membership => minimum,
shell => "$shell",
home
2012 Apr 03
6
2 package resources for the same package installation in two differents modules caused errors
Hello,
We had the following situation where including two classes that were
ensuring the installation of the same package "php5-imagick" and it
was causing an error indicating that two ressources of the same name
are forbidden (sorry, I don''t have the exact message error since we
fixed quickly the error).
Since we are newbies in puppet, we would like to understand what this