Re: [Puppet Users] Re: Root Password and Stages

2011-05-18 Thread Nan Liu
On Wed, May 18, 2011 at 10:26 PM, Kent wrote: > I too am having problems with using stages while managing the root > user in a resource. The errors I am getting which spit out the > resource relationships reflect a => User[root] > and User[root] => pair. > > There must be something implicit abou

[Puppet Users] Re: Root Password and Stages

2011-05-18 Thread Kent
I too am having problems with using stages while managing the root user in a resource. The errors I am getting which spit out the resource relationships reflect a => User[root] and User[root] => pair. There must be something implicit about managing user "root" such that nearly all other resource

[Puppet Users] Re: Root Password and Stages

2011-04-18 Thread jcbollinger
On Apr 18, 2:36 am, Alexander Bien wrote: > >> The problem it's that when I run the class with stages it fails with a > >> dependency cicle. > > I have a similar problem as the OP of this thread. When i deploy run > stages to have the class "yum" in the pre stage, it works fine untill i > "reali

[Puppet Users] Re: Root Password and Stages

2011-04-18 Thread ikkaro
I've solved the lsb-release problem in this way: $temp_version=$operatingsystemrelease $major_version=regsubst($temp_version,'^(\d+).*$','\1') case $operatingsystem { debian: { case $major_version

[Puppet Users] Re: Root Password and Stages

2011-04-18 Thread ikkaro
I've solved the lsb-release problem in this way: $temp_version=$operatingsystemrelease $major_version=regsubst($temp_version,'^(\d+).*$','\1') case $operatingsystem { debian: { case $major_version

[Puppet Users] Re: Root Password and Stages

2011-04-15 Thread jcbollinger
On Apr 15, 2:32 am, ikkaro wrote: > The problem it's that when I run the class with stages it fails with a > dependency cicle. Which is? The --debug output showing the cycle and all the autorequires would be helpful here. > The class apt_official it set the Debian repos and doesn't "requir