mentby.com
Blog | Jobs | Help | Signup | Login

loading
I think there might be a bug buried here.  I hit this before a demo this
morning - the problem was that the pid files at
/opt/puppet/share/puppet-dashboard/tmp/pids/delayed_job.{0,1}.pid  were
present but there was no PID in them (and the background workers weren't
running).  Removing the pidfiles allowed the service to start, but we need
to discover why these files are being created empty.  My master was on
Ubuntu 12.04 and PE 2.7.0

--
Gary Larizza
Professional Services Engineer

--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe*******.
To post to this group, send email to puppet-users*******.
Visit this group at  http://groups.google.com/group/puppet-users?hl=en.
For more options, visit  https://groups.google.com/groups/opt_out.
It's actually <<|  |>>   --> http://docs.puppetlabs.com/guides/exported_resources.html

--
Gary Larizza
Professional Services Engineer

--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe*******.
To post to this group, send email to puppet-users*******.
Visit this group at  http://groups.google.com/group/puppet-users?hl=en.
For more options, visit  https://groups.google.com/groups/opt_out.

Manifest if statement not working

Fri, 08 Feb 2013 08:42:28 -0800 Post Comments

The reason this is happening is because you're not testing the presence of
that folder, you're actually testing whether the variable $confdir == the
string of 'True', which it does not (it holds the value of the string
"C:/windows")

What ultimately are you looking to do here?  Puppet is a declarative
language that works by specifying the end-state of your node.  If you want
C:\Windows to exist, and C:\folder_present.txt to exist, then you have to
declare them and let Puppet ensure their presence.

--
Gary Larizza
Professional Services Engineer

--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe*******.
To post to this group, send email to puppet-users*******.
Visit this group at  http://groups.google.com/group/puppet-users?hl=en.
For more options, visit  https://groups.google.com/groups/opt_out.
Group(s)
Profile Widget
Copy and paste this HTML code to your blog or website: