Hi!
I've finally managed to migrate our servers deployment process to the
puppet and so far it works just fine. Puppet is great, but its default
pull model doesn't fit our requirements. I'm thinking about usage of
clusterssh(or something similar) in order to trigger the following
command on the no
There is such an option (not ssh based):
http://www.puppetlabs.com/mcollective/introduction/
It has a plugin for puppet as well:
http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/ToolPuppetcommander
Ronen
On Sun, Jun 5, 2011 at 2:48 PM, Pavel Shevaev wrote:
> Hi!
>
> I've final
The style guide says to use single quotes, except when variables are present
in the string, and then double quotes should be used.
That bothers me. It means your using two different types of quotes, when
just one could be used. I mistakingly used single quotes around a string
with a ${variable} in
- Original Message -
> The style guide says to use single quotes, except when variables are
> present in the string, and then double quotes should be used.
>
>
> That bothers me. It means your using two different types of quotes,
> when just one could be used. I mistakingly used single
Hmmm Ok then. I'll change my question to, why doesn't the style
guide say to stick with double quotes for all strings and keep it
consistent?
On Sun, Jun 5, 2011 at 9:30 AM, R.I.Pienaar wrote:
>
>
> - Original Message -
> > The style guide says to use single quotes, except when v
- Original Message -
> Hmmm Ok then. I'll change my question to, why doesn't the
> style guide say to stick with double quotes for all strings and keep
> it consistent?
>
i dont like it either but its probably to make you think about your strings
and when you specifically want v
On Sun, Jun 05, 2011 at 09:36:59AM -0700, Douglas Garstang wrote:
> Hmmm Ok then. I'll change my question to, why doesn't the style
> guide say to stick with double quotes for all strings and keep it
> consistent?
Most languages honour the convention that variables are not expanded
within
treydock wrote:
> These will be most useful!! Thank you.
>
> How can I test that these are functioning? I have setup the XMPP as
> well as modified that to send emails. However when I purposely cause
> a puppet run to fail I do not receive either email or jabber message.
Is the report processo
Bruce is correct. If you don't need double quotes, don't use them.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/puppet-users/-/TVNhOGVjTE9wSEFK.
To post to this group,
On Jun 5, 2011, at 4:48 AM, Pavel Shevaev wrote:
> Hi!
>
> I've finally managed to migrate our servers deployment process to the
> puppet and so far it works just fine. Puppet is great, but its default
> pull model doesn't fit our requirements. I'm thinking about usage of
> clusterssh(or somethi
10 matches
Mail list logo