Hi ,
I have installed puppet master and puppet client on the same machine
using synaptic package manager.
Puppet client and Puppet master are on the same machine having Ubuntu
(10.10 LTS )as base operating system.
root@laptop:/etc/puppet# puppetd agent --test
info: Retrieving plugin
err: /File[/v
On Thu, Feb 16, 2012 at 5:42 PM, krish wrote:
>>
>> Installed Puppet Version is 0.25.4
>> Can you guys help me resolving this error .
>
>
> Could you get the latest from repos -
> http://apt.puppetlabs.com/dists/maverick/main/binary-amd64/Packages
>
> And did your puppetmaster start?
thanx for re
Is there anyone who can help me ?
On Thu, Feb 16, 2012 at 6:17 PM, sam wrote:
> On Thu, Feb 16, 2012 at 5:42 PM, krish wrote:
>>>
>>> Installed Puppet Version is 0.25.4
>>> Can you guys help me resolving this error .
>>
>>
>> Could you get the
On Fri, Feb 17, 2012 at 12:08 PM, krish wrote:
> On Fri, Feb 17, 2012 at 11:50 AM, sam wrote:
>> Is there anyone who can help me ?
>
>
> 1. Why not use maverick repo. Why source?
Installing from source is the best method I guess and I've to do it on
production boxes wi
On Fri, Feb 17, 2012 at 12:39 PM, krish wrote:
> Can you pastebin us a full puppetd -tdv output.
>
Ok here you go
http://pastie.org/3399696
> --
> Krish
> OlinData.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To post to this
Hi All,
Hope you people are doing good.
I have a manifest file :
lass profile {
# setup profile parms. We dont handle non Ubuntu OS yet
if ("$operatingsystem" == "Ubuntu") {
file {
"/etc/profile.d":
ensure => directory,
purge => true,
On Fri, Apr 6, 2012 at 8:26 PM, jcbollinger wrote:
>
>
> On Apr 6, 1:07 am, sam wrote:
>> Hi All,
>>
>> Hope you people are doing good.
>>
>> I have a manifest file :
>>
>> lass profile {
>
>
> That's supposed to be "class&q
Hi,
Noob question.I read that init.pp should contain a class with the same
name as the module itself. However, the few modules on github that I
have read so far seem to break this.The module name will be like
"our-super-version-of-nagios", and then init.pp will contain the class
"n
I have a puppetmaster module. In it is an 'ensure => running'
declaration. Runs of puppetd fail on this with the following error:
err: /Stage[main]/Puppet::Master/Service[puppetmasterd]/ensure: change
from stopped to running failed: Could not start
Service[puppetmasterd]: Execution of '/sbin/servi
hi
is it possible to use a variable to name the fact I am after
eg
define config_net ($eth_name) {
$mac = $macaddress_$eth_name
}
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post
what is the right way to handle this?
On Tuesday, May 12, 2009 7:51:31 AM UTC+1, stever...@gmail.com wrote:
>
> So I want to use facts from one host in the configuration of other
> hosts.
> Trivial example: setting restrict lines in ntp.conf to allow a
> monitoring host to query ntpd on remote
Thanks jcbollinger! Great reply!
--
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/-/0IUtFeEsDFcJ.
To post to this group, send email to puppet-users@googlegr
I installed all required pkgs for Puppet & other configurations are
done.
I have issues getting certificates from server.
vm1 is server & vm2 is client.
In client I run,
r...@vm2# puppetd --server vm-devserver-18.dev.s.vonagenetworks.net --
waitforcert 60 --test
and I see,
/usr/lib/ruby/1.8/pu
Could not parse for environment production: Syntax error at end of
file at line 1 on node maa-lpe35022kd.fnfis.com
Puppet version is 3.4.3.
Any suggestions for resolving this issue?
Thanks
Sam
--
You received this message because you are subscribed to the Google Groups
"Puppet Users
C:/puppet/puppet/lib/puppet/application/apply.rb:146:in `run_command'
C:/puppet/puppet/lib/puppet/application.rb:364:in `block (2 levels) in run'
C:/puppet/puppet/lib/puppet/application.rb:470:in `plugin_hook'
C:/puppet/puppet/lib/puppet/application.rb:364:in `block in run'
C:/pup
d me to do more
research on this issue and you are probably right that the module I got is
not supported on windows.
Thanks
Sam
On Thursday, March 27, 2014 12:37:28 AM UTC+5:30, Rob Reynolds wrote:
>
> Let's back up. Are you sure this module is supported on Windows?
>
>
> On Wed, M
e. I tried something as
follows but it doesn't work.
$datadir = hiera('mysqlconfig::custom_mysql_options[datadir]')
file { "$datadir":
ensure => directory,
owner => 'mysql',
group => 'mysql',
mode => '0755'
Hi every one,
I have a strange behavior with my puppet agent on CentOS 5.7.
The agent does not write into the log file when it runs as a daemon.
Nevertheless, It does when it is run manually by "puppet agent -t".
And the behavior is the same even if I specify explicitly the log file
on the comm
esent,
content => [
template("somefile-$fqdn.erb"),
template("somefile.erb"),
]
mode=> 644,
owner => root,
group => root,
}
Which doesn't work. Is there a way to do this in puppet?
Thanks,
Sam
-
Thanks Wolf,
This works perfectly.
Cheers,
Sam
--
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/-/oayiKvapyZUJ.
To post to this group, send email
I think that the issue is due to my puppet installation (from EPEL) not
configuring the init.d script properly. puppetmasterd doesn't think it is a
service.
Thanks for pointing me in the right direction.
On Mon, Oct 3, 2011 at 10:27 AM, Craig White wrote:
>
> On Oct 3, 2011, at 6
The actual issue is that in version 2.6.9, the service is installed as
"puppetmaster" in init.d instead of "puppetmasterd".
Easy fix, once I had my head in the right place.
Thanks again.
On Mon, Oct 3, 2011 at 12:23 PM, Sam Roza wrote:
> I think that the issue is due to
This was a module out of the puppetmaster printed book. I've found a few
other typos as well...perhaps I should disregard it if it's not accurate.
On Mon, Oct 3, 2011 at 7:27 PM, Todd Zullinger wrote:
> Sam Roza wrote:
> > I think that the issue is due to my puppet inst
here...
Sam
On Tue, Oct 4, 2011 at 6:47 AM, Marcus, Allan B wrote:
> We want to use Nagios to monitor out puppet server so we can be notified
> if it goes down. We are using Fusion Passenger and Apache on Red Hat.
>
> Any suggestion for what and how to monitor?
>
> --
> Thanks,
g]: Could not
evaluate: Field 'key' is required
Upon subsequent puppet runs it will work eventually until all the keys are
installed. It seems to work for 1-7 keys at a time then fail for the rest.
The amount of broken ones gets smaller and smaller each time.
Any clues?
Cheers,
Sam
Hello All,
I come from the RHN age and don't quite have my head fully wrapped around
yum. I know that puppet exclusively uses yum to install RPMs. I have some
custom modules to write, but they require custom RPMs be installed. Not
being the most well-versed person with yum, I don't want to get too
ake sure your
> system can "see" it, and then a plain "yum install" will work.
>
> “Sometimes I think the surest sign that intelligent life exists elsewhere
> in the universe is that none of it has tried to contact us.”
> Bill Waterson (Calvin & Hobbes)
>
>
Puppet uses yum as a tool, not the other way around. I suppose if yum
started using puppet to install software, I'd expect them to support a
complete featureset as well.
On Fri, Nov 4, 2011 at 2:23 PM, Christopher Wood wrote:
> On Fri, Nov 04, 2011 at 02:19:08PM -0700, Sam Roza wrote:
&
Thank you all.
I'll probably use yum, but I am reluctant to get involved in the
architecture-just another thing to manage-for a total of 4 packages.
On Fri, Nov 4, 2011 at 2:27 PM, Steven VanDevender wrote:
> Sam Roza writes:
> > So I use createrepo to make a local repo somewher
Hi everyone,
I have Puppet set up so that I can manage apache virtual hosts using a
define. Each virtual host creates a user and a group, and I want the
www-data user to be a member of all of the virtual host groups.
Here is a simplified version of my set-up, demonstrating the issue:
class apac
make sure things stay sane and
manageable, and to help us tackle some of the interesting problems we
have ahead of us.
More info at http://www.aboutus.org/careers
Thanks,
Sam Goldstein
--
Director of Engineering
AboutUs.org
--
You received this message because you are subscribed to the Google Group
nnections
whilst the rsync runs, so the load balancers don't send any traffic to the node
during the update.
Regards,
--
Sam Bashton - Bashton Ltd, Manchester, England
Linux Consultancy / High Availability Systems
www.bashton.com / 0161-424-9600 / DDI 0161-424-9611
signature.asc
Description: Digital signature
FYI puppetd --test or puppetd -t is shorter than all of that
--one-time --no-daemonize etc stuff and is basically the same.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group,
On Fri, Jul 3, 2009 at 9:12 AM, Gary Larizza wrote:
>
> I love where this thread is going, I too share in this problem.
>
> Kurt: Puppet is still being run on the client because the client is
> using a cached config (am I right on this guys?).
>
> I love the scripted ssh key, but ALSO love the PH
On Thu, Aug 6, 2009 at 1:53 AM, robbyt wrote:
>
> Hello All!
>
> I would like to automatically add a header to all files/templates that
> puppet manages on my servers. Something like "#if you break, my puppet
> will fix it!!"
>
> Is this possible?
Not sure if this is the best way, but you could s
Doh disregard my post to -dev about this.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send
I'm simply trying to run puppet inside a bash script but I'm not seeing any
output.
#!/bin/bash
puppet master --mkusers --autosign --verbose --no-daemonize
Is there an I/O redirection incantation I'm missing?
--
You received this message because you are subscribed to the Google Groups
"Puppet
t; On Jul 18, 2012 5:30 PM, "Sam Simmons" wrote:
> >
> > I'm simply trying to run puppet inside a bash script but I'm not seeing
> any output.
> >
> > #!/bin/bash
> > puppet master --mkusers --autosign --verbose --no-daemonize
> >
>
46:38 PM UTC-5, Sam Simmons wrote:
>
> Ah ha! The problem was
> --autosign<http://docs.puppetlabs.com/references/latest/configuration.html#autosign>is
> a bit more than just a boolean arg so you have to explicitly say true or
> false.
>
> #!/bin/bash
> puppet master
Ya ya.
I'm just running it on my home net to init master (--mkusers) and my server
(--autosign). Then run master normally after that. Removes a step.
On Friday, July 20, 2012 7:05:13 AM UTC-5, Felix.Frank wrote:
>
> On 07/19/2012 03:46 AM, Sam Simmons wrote:
> > Ah ha
hat the package doesn't specify?
I don't know ruby that well so finding it hard to debug.
Also it's well after 2011-11-01 is that a problem too?
Thanks,
Sam
root@admin:/usr/share/puppet-dashboard# rake RAILS_ENV=production
db:migrate --trace
NOTE: Gem.source_index is deprecated,
kages work great so it would be good to get
the puppet-dashboard package up to the same standard.
Has anyone got this working without installing "gems"? Any debs for the
required versions around?
Cheers,
Sam
On Wednesday, 15 August 2012 16:45:20 UTC+10, Ashish Jaiswal wrote:
>
>
fined in Foreman against the one in
the host's puppet.conf. Someone who has done this might be able to help you
on the foreman-users list.
-Sam
On Thu, Aug 16, 2012 at 11:05 AM, Yaniv Fine wrote:
> Hi experts .
> i am runnig foreman 1
> puppetmaster 2.7.18
> i have setup a test
Yaniv,
I was asking if you happen to have an environment defined on your agent in
puppet.conf. Anyhow, we can handle this over on foreman-users :)
-Sam
On Thu, Aug 16, 2012 at 1:01 PM, Yaniv Fine wrote:
> Why do i have to define environment in puppet.conf on the agent . Isnt
> defini
Hi Daniele,
Thanks a lot for the info, I'll follow the bug and give your workaround a
go.
Cheers,
Sam
On Thursday, 16 August 2012 23:09:20 UTC+10, Daniele Sluijters wrote:
>
> Hi,
>
> The issue is probably that the Puppet package is requiring librack-ruby.
> In the ca
gem install rack -v=1.1.0
But I still get exactly the same error:
root@admin:/usr/share/puppet-dashboard# gem list
*** LOCAL GEMS ***
rack (1.1.0)
Something else I'm missing?
Thanks,
Sam
On Friday, 17 August 2012 09:58:06 UTC+10, Sam Morrison wrote:
>
> Hi Daniele,
>
> Tha
Hi Daniele,
Yeah you are probably right. I can't uninstall the other one as it is a
dependance on mod-passenger.
I'm not really familiar with ruby, Is there a way I can override the search
path?
I don't have RUBYLIBDIR set in my environment.
Cheers,
Sam
On Friday, 17 Augus
I'd rather not do that as mod-passenger is needed by something else
(puppetmaster)
Is there no way I can make dashboard use the gem version as opposed to the
standard one?
Is that what RUBYLIBDIR is for?
Cheers,
Sam
On Monday, 20 August 2012 11:43:11 UTC+10, Ashish Jaiswal wrote:
&
Storeconfigs use activerecord as an ORM.
-Sama
On Tue, Aug 21, 2012 at 7:30 AM, NewpTone wrote:
>
> Thx,this really helps me ,but I wonder why storeconfig setting will
> cause the error ?
> 在 2011年12月22日星期四UTC+8上午3时53分55秒,Joehillen写道:
>>
>> Ok, I solved the issue.
>>
>> It took some doing beca
Hi all,
There has been talk of a Foreman meetup at PuppetConf. I think it's a great
idea for all of us to talk about what we're doing with Foreman and to meet
in person.
How many of you are going to PuppetConf and would like a meetup? Also,
thoughts on a meetup vs. a BoF at the conference itself
Sorry, this was supposed to go to the Foreman list. My apologies.
-Sam
On Fri, Aug 24, 2012 at 5:56 PM, Sam Kottler wrote:
> Hi all,
>
> There has been talk of a Foreman meetup at PuppetConf. I think it's a
> great idea for all of us to talk about what we're doing with Fo
Who's got the ban hammer? :P
On Wed, Aug 29, 2012 at 3:44 PM, shell Nor wrote:
> My puppet has been created in isolation on an island at top of scotland
> over a period of 2 weeks nonstop working on her mismatched outfit. sure
> youve probwho hsn't . Flattery will get u know where..no.
Thanks!
-Sam
On Wed, Aug 29, 2012 at 7:10 PM, James Turnbull wrote:
> Sam Kottler wrote:
> > Who's got the ban hammer? :P
> >
>
> The address appears to be now banned. Apologies for the spam.
>
> Regards
>
> James
>
>
> --
> James Turnbull
>
That means that modules/connexity_apt/files/connexity.list doesn't exist.
-Sam
On Tue, Sep 4, 2012 at 2:01 PM, confused wrote:
> Thank you, that was very helpful.
>
> Now I need to work through:
> err:
> /Stage[main]/Connexity_apt/File[/etc/apt/sources.list.d/connexit
aketystats
lists or #yaketystats on freenode.
I hope you don't rewrite Jart, but instead take advantage of the fact
that it's FOSS and help us to make it better.
Thanks!
-Sam (Jart author)
>
> our (and i would say this is the general layout) munin-directory layout is:
>
> /--
On Thu, Oct 16, 2008 at 3:41 AM, martin <[EMAIL PROTECTED]> wrote:
>
> Richard,
>
> On Oct 16, 1:47 am, Richard Doty <[EMAIL PROTECTED]> wrote:
>> I have a solaris package stored on a puppet server. I'd like
>> to be able to maintain the package on a client system without
>> having to also keep a
Is #1708 intentionally not in this list?
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send e
I'm guessing this isn't the variety of feedback you're looking for,
but just in case:
We recently upgraded a couple of machines from facter 1.3.x to facter
1.5.x and were very dismayed to learn that $operatingsystemrelease on
Solaris had changed from the consistent-with-other-operatingsystems
"5.
Oh and one other thing about 'facter.d' it'd be cool if there was some
way to say that a given fact (or set of facts) is cache-able. Perhaps
your fact is resource intensive to discover and doesn't change much.
It'd be cool to have a built-in facility in facter that says "if you
just booted, find
Started the discussion in puppet users mailing list based on
recommendation from luke. This discussion is to a follow up regarding
bug#1955 "Could not find server puppet" - installation/configuration
error".
jamtur01's last recommendation:
Rather than renaming things try the certname option (see
how do you then download *all* the packages installed on the 400 or so
servers from redhat, to seed your local repo ?
On Mon, Mar 9, 2009 at 4:49 PM, Ohad Levy wrote:
> I would argue that a one time effort to get proper repo locally, would be
> much more efficient than using a tool like RHN Sate
On Mon, Jun 1, 2009 at 12:44 PM, Jon Stanley wrote:
>
> I know that this sounds crazy and likely is :), but I was wondering if
> for application configuration management, there's a way to run puppet
> as a non-root user. I know that lots of the types won't be available
> when not running as root
Hi,
I'm wanting to restrict hosts to a certain environment.
Eg only hosts in the range 192.168.0.0/24 can use the production environment
Similar with test env etc.
Is this possible with auth.conf?
Thanks,
Sam
--
You received this message because you are subscribed to the Google G
Hi and welcome!
The puppet master itself is a simple rack application so webrick is the
default rack server. You can use any application server that is
Rack-compatible; Apache w/ Passenger is also a very common configuration.
There is not a web interface by default, but there are a number of tool
Puppet 3.0.2 is in the updates-testing repository for Fedora 18.
On Thu, Feb 28, 2013 at 7:35 PM, Peter Brown wrote:
> Actually scratch the comment about puppet having packages for Fedora 18.
> The repo exists but it seems to be empty for now.
> I guess they are still building it.
>
>
> On 1 Mar
environment?
We're using the puppetlabs apt class by the way and many other 3rd party
modules.
Thanks,
Sam
--
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, sen
On Saturday, 23 March 2013 00:50:11 UTC+11, jcbollinger wrote:
>
>
>
> On Thursday, March 21, 2013 6:16:07 PM UTC-5, Sam Morrison wrote:
>>
>> Hi,
>>
>> I've been battling with trying to get our puppet to do the following:
>>
>> Install
Hi I'm new to puppet. Just installed the master and one agent. I'm having
issues with Live Management though. Any time I try to do anything through
there it just sits and waits for a long time and never does anything.
--
You received this message because you are subscribed to the Google Groups
Many thanks, Nan - I'll try that in the morning.
Regards, Sam
On 6 June 2013 17:50, Nan Liu wrote:
> On Thu, Jun 6, 2013 at 7:52 AM, Andthepharaohs wrote:
>
>> Hi all - my head hurts! ;-)
>>
>> I am getting this error on my agent host:
>>
>> er
ra proper will also work as
a stop-gap measure.
-Sam
On Thu, Jul 4, 2013 at 11:28 PM, Pete Brown wrote:
> On 5 July 2013 02:43, Matthaus Owens wrote:
> > Brian,
> > Yes, there have been some changes to ruby in fedora 19. We will
> > probably need to tweak the spec we
rk around (that doesn't include modifying puppet.conf
file) I would be very interested.
Cheers,
Sam
--
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 e
On Wednesday, 24 July 2013 03:12:10 UTC+10, Ellison Marks wrote:
>
> How are you running puppet? If cron or mcollective, you can add a --noop
> flag to the command line somewhere.
>
We're just using it the standard way running it as a daemon
--
You received this message because you are subsc
Yeah but then when we push out noop = true in puppet.conf how do we then
push out noop = false via puppet if they're all in noop.
Managing on the server is the only way to do it in a safe and scalable way
(we have 500+ nodes)
On Thu, Jul 25, 2013 at 10:18 PM, Klavs Klavsen wrote:
> well - p
Thanks Justin,
Yes MCollective would be great, just have to find the time.
Rene: I have gone with your solution at the moment. I still think it's a
bug that doing it on the Resource resource doesn't work, hopefully someone
will look into those bugs.
Cheers,
Sam
On Sunday, 28 Ju
hose repos.
Let me know if you've got any questions.
-Sam
On Thursday, July 11, 2013 9:28:08 AM UTC-7, Michael Stanhke wrote:
>
> The time has come for us to say good-bye to the Puppet 2.7 series.
> This means the security fixes, bug fixes, and features provided for
> Pupp
Hi, I've inherited a puppet setup for automating php installation and
extension management. We're on Debian and we've encountered a strange
issue that I've traced down back to puppet I think. I've stripped back the
configuration and made the problem reproducible, logs and config pasted
below.
Hi, I've inherited a puppet setup for automating php installation and
extension management. We're on Debian and we've encountered a strange
issue that I've traced down back to puppet I think. I've stripped back the
configuration and made the problem reproducible, logs and config pasted
below.
jcbollinger wrote:
>
>
>
> On Wednesday, September 18, 2013 3:01:49 PM UTC-5, Sam Tresler wrote:
>>
>> Hi, I've inherited a puppet setup for automating php installation and
>> extension management. We're on Debian and we've encountered a s
the end of the
first. Of those I like the first or second options best. I'll do more
digging, but would love to hear people's suggestions on this as well.
On Thursday, September 19, 2013 9:58:21 AM UTC-4, Sam Tresler wrote:
>
> Ah. That makes a lot of sense. I'd notic
f the cert is also under Machine certificate store
>>>>> and not just the Current User certificate store?
>>>>>
>>>>>
>>>>> On Fri, Sep 13, 2013 at 1:27 AM, Samuel Huang wrote:
>>>>>
>>>>>> I deleted the cer
Precisely. Aptitude is the culprit here. I've switched our package manager
to apt which is more conservative and it does not remove the packages when
upgrading php, which, for now is a workable solution. I need to find the
time to put this in as Debian bug and see what they say.
I can't see a
. I had though aptitude
> was smart enough too, based on my limited experience with it. Anyway, if
> you're still stuck I guess that's what I would try to figure out.
>
>
> On Thu, Sep 19, 2013 at 9:23 AM, Sam Tresler
> > wrote:
>
>> Actually, that
We are trying to set up PE 3.1 on RHEL 6 boxes. We were able to install the
clients fine and they were listed as working in the console. After a while,
we started to see a bunch of errors that look like this:
Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
Puppet::Pa
/etc/hosts files, passwordless ssh provided.
Should I have the agent entries in some file on the master ?
Appreciate any pointers and info on the initial set up configuration,
requirements, firewalls etc
thanks
Sam
--
You received this message because you are subscribed to the Google Groups
here)
Xav,
Can you please give me an example of what the permissions look like? They
do seem to look a little funky, but I'm not sure what they should be.
On Monday, November 11, 2013 4:03:34 PM UTC-6, Sam Oehlert wrote:
>
> We are trying to set up PE 3.1 on RHEL 6 boxes. We were
https://www.dropbox.com/s/0vao04js5v7edga/Screenshot%20-%2011262013%20-%2011%3A31%3A35%20AM.png
In the attached screenshot you can see that the last report was 10:07. The
graph definitely shows an 11:36 run, and the dashboard activity shows that
the nod was updated at 11:05.
Puppet dashboard i
I should add, nothing in logs of puppet master or dashboard.
On Tuesday, November 26, 2013 11:39:34 AM UTC-5, Sam Tresler wrote:
>
>
> https://www.dropbox.com/s/0vao04js5v7edga/Screenshot%20-%2011262013%20-%2011%3A31%3A35%20AM.png<https://www.google.com/url?q=https%3A%2F%2Fwww.dro
You can use concat fragments to specify the order of stanzas or lines.
Forgive the pseudo code below but you should be able to get the idea
concat::fragment { original_file:
order => 10,
}
concat::fragment { other_stuff:
order => 50,
}
concat::fragment { last_line:
://puppetlabs.com/security/cve/cve-2013-4969 for details.
Andrew Parker (1):
691fbbe (#23343) Use `replace_file` to update a file's contents
Sam Kottler (1):
22ecab2 Bump the version to 2.7.24
Puppet 2.7.24 Downloads
--
Source:
On Mon, Jan 6, 2014 at 8:51 PM, Stuart Cracraft wrote:
> Okay, took care of that. Thanks.
>
> Now, when doing per page 170 in chapter 7 (chapter puppet consoles) in Pro
> Puppet
> by Krum et al, I have:
>
> ruby /usr/share/foreman-installer/generate_answers.rb
>
We changed the installation proce
win
Dominic Cleal (1):
3ea78c (PUP-1255) Fix assumed default file mode to 0644
Kylo Ginsberg (1):
4e10a0 (PUP-1255) Don't use POSIX defaults on Windows
Sam Kottler (2):
c2acac (PUP-1351) Load ext/packaging/packaging.rake instead of
ext/packaging/tasks/**
b1b29a Bum
I have the exec resource defined as follows, to be able to install tcserver
using a command line, inside of my init.pp. For some reason, it is not able
to execute the install command, when I run puppet agent -t on the agent
exec { "tomcat-conf":
path =>
'/opt/vmware/vfabric-tc-
I have nodes.pp defined as follows
node "abc.x.com", "123.x.com" {
include module1
include module2
include module3
}
Very simple definition. No parameterization, no scoping etc
When I run "puppet agent -t" on the agent, I see the execution jumping to
module 3 after module 1.
Not sure how I ca
Sample config:
file { "/var/www/apps":
mode=> 0644,
owner => "username"
group => "groupname",
ensure => directory,
recurse => true,
purge => true,
force => true,
even with errors.
*Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
Could not parse for environment production: Syntax error at 'add-user';
expected '}' at /etc/puppet/manifests/site.pp:11 on node bb10-x64-rhel60*
On the agent, each time I modify
No help? Anyone have any ideas why I'm getting this error.
On Monday, March 17, 2014 10:48:43 PM UTC-7, Sam K wrote:
>
> Hello All.
>
> My very first post and a Super-noob puppet user checking in. I have
> been using puppet for just a week or so and have had modera
Announce: Puppet 2.7.26 Available [ Security Release ]
Puppet 2.7.26 is a security fix release in the Puppet 2.7 series. This
release addresses CVE-2014-3248. It has no other bug fixes or new
features.
** CVE-2014-3248 **
Arbitrary Code Execution with Required Social Engineering
An attacker could
Greetings puppet-users,
Just wanted to send out a note to everyone to remind you all that Puppet
2.7 will reach end of life status on the 30th of September. This means
there will be no new releases on {yum,apt}.puppetlabs.com, via tarballs, or
on RubyGems.org. Although OS distributions will likely
I came a across this post and like what I see but would off the following
addition to Ian's suggestion so that the expire cache is not executed on
every puppet run.
exec { 'yum-clean-expire-cache':
command => '/usr/bin/yum clean expire-cache',
refreshonly => true,
}
package
I'm not sure exactly what your trying to achieve by getting the provider
but I give it a shot at it anyway.
In order to get debugging info from puppet you would use a
notice. http://www.puppetcookbook.com/posts/simple-debug-messages.html
So if you wanted to have your EL systems tell you they i
1 - 100 of 101 matches
Mail list logo