Hi,
2.6 provides stages that will enable you to do what you want. Not sure what
you'd do in .25 to achieve anything similar or if you can.
Cheers,
On 26/03/2011, at 3:54, Phil Calvin wrote:
> In a few places (both on the Wiki[1] and the mailing list[2]), I've
> seen references to late-bind
Hi,
You can think of using augeas but you'll need to create your own 'lens'.
Never made one myself so not sure of the effort involved.
Cheers,
On 26/03/2011, at 2:58, Nate Carlson wrote:
> Hi!
>
> I have a situation where we want to take files from our upstream software
> vendor, replace Ma
Hi,
Verify that the server name you are using is correct (is it 'puppet' or
'puppetmaster'?). Use the --waitforcert option when first signing.
Verify that puppetmaster is running on the server. Verify that you can access
port 8140 on the server from the client.
Cheers,
On 25/03/2011, at 22:30
On 24 Mar 2011, at 7:11 PM, Todd Zullinger wrote:
> Please note that 2.6.6 is in Fedora and EPEL testing repositories. I don't
> plan to update puppet there until 2.6.6 is pushed to the stable updates repos
> in a few weeks. Any help testing the 2.6.6 packages is most welcome. Once
> that upd
This bug at http://projects.puppetlabs.com/issues/5211 is showing as
'Closed', but I am still hitting it with Puppet 2.6.7-1 on RHEL6 (ruby
1.8.7).
For /etc/security/limits.conf, got some error using almost the same code as
here:
http://projects.puppetlabs.com/projects/puppet/wiki/Puppet_Augeas?ve
In a few places (both on the Wiki[1] and the mailing list[2]), I've
seen references to late-binding for provider dependencies. For
instance, the vcsrepo provider needs git, but git may not be installed
until Puppet has started to apply the configuration. In Puppet 0.25,
the entire run fails because
I have this in my /manifests/site.pp
Do i need to send you more files? I don't think so...
class sudo {
file { "/tmp/prueba.txt":
owner => root,
group => root,
mode => 440,
ensure => present,
content => "esto es una pru
Hi!
I have a situation where we want to take files from our upstream
software vendor, replace Maven-style
variables with real data (from variables set based on the environment
within Puppet), and then deploy the
changed file to the puppet client.
Here's an example upstream configuration:
-- begi
Hi!
I have a situation where we want to take files from our upstream software
vendor, replace Maven-style variables with real data (from variables set
based on the environment within Puppet), and then deploy the changed file
to the puppet client.
Here's an example upstream configuration:
--
Yes. If you configure apache and passenger correctly they manage it for you.
~Charles~
On Fri, Mar 25, 2011 at 10:57 AM, rjl wrote:
> Does puppetd or puppetmasterd need to be running on the puppetmaster
> if I have configured puppet to use passenger?
>
> Thanks in advance...
>
> --
> You receiv
Does puppetd or puppetmasterd need to be running on the puppetmaster
if I have configured puppet to use passenger?
Thanks in advance...
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegrou
On Mar 24, 5:36 pm, Tim Dunphy wrote:
> Which is confusing because I was under the impression that under 2.6
> the class / stage relationship basically takes the place of 'include
> foo' where foo is a class you want to use.
That is a somewhat mistaken impression, but I can see how you might
ge
Hi Tim,
I wrote an article on RunStages here about a week or so ago -->
http://glarizza.posterous.com/using-run-stages-with-puppet Maybe it will
help you out a bit with the syntax itself, and then you can build from
there?
I hope it helps!
On Thu, Mar 24, 2011 at 6:36 PM, Tim Dunphy wrote:
>
Dear ALL.
I am trying to generate the ca for my puppet client .
But it showing the following error
puppetd --server puppet --test --debug --no-daemonize
warning: peer certificate won't be verified in this SSL session
err: Could not request certificate: Error 400 on SERVER: undefined
method `inf
Hello,
I am using augeas to do some configuration. However our initial
bootstrap didn't install "libaugeas0","libaugeas-ruby","augeas-tools".
I fixed that by setting in my manifests to install those packages. My
puppet runs work as long as I don't use augeas in my manifests.
If I use auge
Hi,
After some prune /all excpet last week)/optimize the destroy action
works great..
Thanks for the tips, now I have to take a lokk at mysql links.
Cheers,
Arnau
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send
On 03/24/2011 04:53 PM, Mike Franon wrote:
> Thanks,
>
> Do you mean on the puppetmaster?
Hi,
probably not. It's important that the client calls the puppetmaster by
the name that's in the master's certificate. So either user
--server=puppet.mydomain.org or the equivalent in puppet.conf.
If this
17 matches
Mail list logo