[Puppet Users] Re: CA expirations

2010-06-23 Thread Pablo
Hi El día 21 de junio de 2010 11:53, Pablo Iranzo Gómez escribió: > Hi > > I've installed puppet and made autosigning work like a charm (EPEL > version 0.25-5 for EL4 and EL5) > > What I would like to do know is to setup the environment in order to > achieve: > > As server can be reinstalled and

RE: [Puppet Users] not managing attribute password

2010-06-23 Thread Kinzel, David
>Hello, > > I had this issue before, and it was resolved by just installing >ruby-shadow on the client. But this time, I already have ruby shadow >installed, and still I'm getting error message: > >"Provider useradd does not support features manages_passwords; not >managing attribute password"

[Puppet Users] Linux Journal Reader's Choice Awards

2010-06-23 Thread Luke Kanies
Hi all, Linux Journal has just published their reader's choice awards poll, and they've added a config-mgmt section. Please vote for us: http://www.linuxjournal.com/content/2010-readers-choice-awards-survey Thanks, Luke -- I can win an argument on any topic, against any opponent. People kn

[Puppet Users] not managing attribute password

2010-06-23 Thread CraftyTech
Hello, I had this issue before, and it was resolved by just installing ruby-shadow on the client. But this time, I already have ruby shadow installed, and still I'm getting error message: "Provider useradd does not support features manages_passwords; not managing attribute password" rpm -q

[Puppet Users] realizing users/groups w/ Collections

2010-06-23 Thread CraftyTech
Hello All, Can anyone tell me why the following entry in a collection type of declaration doesn't work: User<| |> require => Group<| |> Essentially, the intention is to make sure that the groups are realized before the users are. When I set it up like this: Group<| |> User<| |> It works,

[Puppet Users] realizing Users w/ Collection Method....

2010-06-23 Thread CraftyTech
Hello All, My newbie question of the day is: I have: class virt_users {...@user abc, @user 123} class virt_groups {...@group abc, @group 123} class realize { include virt_users, virt_groups User<| |> require => Group<| |> When I run it on a client (more elaborate, same methodology)

Re: [Puppet Users] realize virtual definition ?

2010-06-23 Thread sergei
Yes of course this is just to use some anonymous username. I figured out what went wrong. This had to do something with wrapping my define and virtual resources in class {} On Wed, Jun 23, 2010 at 6:38 AM, Joe McDonagh wrote: > On 06/22/2010 08:32 PM, tehcook wrote: >> >> Hi >> >> New to the pu

[Puppet Users] Failed to retrieve current state of resource: No ability to determine if mysql_database exists

2010-06-23 Thread mstyne
Morning all, I'm working with the puppet-mysql module: http://github.com/camptocamp/puppet-mysql During my initial attempts at creating a database and a user, I get the errors: err: //app_mysql/mysql_user[dbu...@localhost]: Failed to retrieve current state of resource: No ability to determine i

[Puppet Users] Re: realize virtual definition ?

2010-06-23 Thread tehcook
On Jun 23, 6:38 am, Joe McDonagh wrote: > On 06/22/2010 08:32 PM, tehcook wrote: > > > Hi > > > New to the puppet. I'm trying to make a user management module > > "users", which has one definition and a bunch of classes. Here is my > > structure under $modulepath : > > > users/manifests/classes/

[Puppet Users] Full time position - Linux admin with Puppet

2010-06-23 Thread dave
Our client is based in Palo Alto. They are looking for a senior level Linux admin with the following experience: -8 to10 years plus of Linux administration -2 to 3 years ofPuppet or cfengine automation deployment experience. -Perl and Java scripting -7/24 production environment - must be able to w

[Puppet Users] More Provider Development?

2010-06-23 Thread zuber
Hello I use puppet for a while now and try to configure as much as possible with puppet (some old configurations are still not 'puppetized'). The more we configure with puppet the more complex the manifests get. They are filled with functionality and complex file concatinate constructs and use the

Re: [Puppet Users] realize virtual definition ?

2010-06-23 Thread Joe McDonagh
On 06/22/2010 08:32 PM, tehcook wrote: Hi New to the puppet. I'm trying to make a user management module "users", which has one definition and a bunch of classes. Here is my structure under $modulepath : users/manifests/classes/evergent.pp users/manifests/classes/admins.pp users/manifests/class

[Puppet Users] Custom Type & Provider - param not working

2010-06-23 Thread mkee...@tresys.com
I have created a custom type and provider. I wanted to go back and add in a little more functionality so I wanted to give it a new parameter. So where I declare the type I added newparam(:recurse) do newvalues(:true, :false) defaultto :false end No matter what I set the param to in my pp

Re: [Puppet Users] Refreshing puppetd from within puppetd

2010-06-23 Thread Derek J. Balling
On Jun 21, 2010, at 9:03 PM, Patrick Mohr wrote: > Anyone have advice? I don't want to put puppet in cron if I can avoid it. We did this: service { puppet : enable => true, require => [ File['etc-sysconfig-puppet'],File['puppet.conf'] ], subscribe => [ File['etc-sysconfig-puppet']

[Puppet Users] defining a package provider?

2010-06-23 Thread addodd
hey group! i'm just getting into puppet and I'd like to ask a newb question - i can't find an answer elsewhere. i'm using a little used distro called Crux linux (www.crux.nu) because it's nice and simple. crux uses a package manager similar to Sun's pkgadd - but it's not exactly the same. how h

[Puppet Users] realize virtual definition ?

2010-06-23 Thread tehcook
Hi New to the puppet. I'm trying to make a user management module "users", which has one definition and a bunch of classes. Here is my structure under $modulepath : users/manifests/classes/evergent.pp users/manifests/classes/admins.pp users/manifests/classes/list.pp users/manifests/classes/outsid