Displaying 3 results from an estimated 3 matches for "jokeeff".
Did you mean:
jokeeffe
2009 Nov 16
4
Installing Packages from puppet files
Hi, I''m a puppet newbie. Is there a way to install an rpm from the
files served by the puppet master? If so, what am I doing wrong (see
below)? If this isn''t possible, how should I be installing custom
rpms?
package { "MySQL-server-community":
source => "puppet:///files/MySQL-server-
community-5.1.40-0.rhel5.i386.rpm"
}
Thanks in
2009 Dec 06
3
User Modification
I''m trying to do something like this using puppet 0.24.8.
define removeuser() {
@ user { $name:
ensure => absent
}
realize User["$name"]
}
$removelist = ["bob", "bill", "billy"]
@ removeuser { $removelist : }
It''s failing with "err: Could not retrieve catalog: Failed to realize
virtual resources User[bob] on node
2009 Dec 07
4
Require Module before Resource Type
How do I make sure a module is loaded before puppet requests a
specific resource type. For example,
node ''test'' {
include cron
cron { "my-test-cron":
}
}
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from