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
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
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
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
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
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