On 12-08-29 01:51 AM, Andrei-Florian Staicu wrote:
> I need to install puppet agent on some DMZ hosts, so I need to have
> all TCP ports.
> Can anyone tell me what the data flow is between agents and the master?
> Also, what would be the case when using MCollective, inseatad of puppet kick?
If I'm
I think i figured it out in the Postgresql module edit the params.pp so
that it looks like this;
case $::osfamily {
'RedHat': {
$service_name = 'postgresql-9.1'
$client_package_name = 'postgresql91'
$server_package_name = 'postgresql91-server'
Hi,
I'm new to Puppet. And I'm trying out an ssh module:
https://github.com/saz/puppet-ssh.
It collects ssh keys like this:
class ssh::knownhosts {
Sshkey <<| |>> {
ensure => present,
}
notify{"knownhosts class: $fqdn $hostname $ipaddress ":}
}
I can see it echoes the ho
perjantai, 24. elokuuta 2012 0.43.19 UTC+3 Jeff Sussna kirjoitti:
> Does anyone know if there's a Puppet module available for managing Eclipse
> plugins?
I'm also interested in this. Anyone using puppet for setting up eclipse? (with
or without plugins)
--
You received this message because you
Hi all =)
I would like to purge the following packages
network-manager
network-manager-gnome
network-manager-pptp
network-manager-pptp-gnome
but the problem is, that I suppose a reboot is required for the NIC's no longer
to be manged by network-manager?
How would you work around this?
H
https://github.com/puppetlabs/puppet/commit/193e19eb14ff640a68f2a21fd525ef6c8825dbf2
Don't think that was in the language guide.
And the new 'unless' statement in 3.0.
- henrik
--
You received this message because you are subscribed to the Google Groups "Puppet
Users" group.
To post to this g
Hi Sandra,
[...]
>
> but the problem is, that I suppose a reboot is required for the NIC's no
> longer to be manged by network-manager?
>
>
I am not sure why would it require a restart, hm... I am used to making
sure that the service is stopped, packaged purged and then you only need to
make
Hi all,
We are configuring Jenkins and Sonar with puppet and both systems use
plugins. What is the preferred way of managing plugin-like resources
with puppet?
I am looking at two options but if you have a better idea let me know!
1. Create plugin::installed and plugin::uninstalled definitions:
Hi,
[...]
I'd get rid of wget altogether, then make nice packages for each plugin
using https://github.com/jordansissel/fpm and then just use Puppet's
package to install relevant ones.
KW
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To v
Hi folks,
I'd like to say puppet.
If the standart config file, delivered by dpkg, is changed and has also not
the same md5sum as
the file I want to deliver with puppet. Do nothing :)
OK guys.. that was not my idea! I say everything has to be changed in
puppet and not by hand.
Or Maybe there i
On Tuesday, August 28, 2012 5:32:56 PM UTC-5, Matthaus Litteken wrote:
>
> We are happy to announce Hiera-Puppet 1.0.0.
>
>
That is good news, however, doesn't this rely on hiera 1.0.0?
Any word on when that will be out of RC and a final release will be ready?
> It includes Puppet functions
Eclipse itself is straightfoward, since it's just a matter of
download/unzip/set env vars.I wrote my own manifest to do that.
In at least one case I tried, installing a plugin by manually placing files
into /plugins and /features wasn't enough to activate the plugin. Wondering
if it was because
Hi Krzysztof
I am not sure why would it require a restart, hm... I am used to making
> sure that the service is stopped, packaged purged and then you only need to
> make sure that static IP configuration is in place. Sometimes you need to
> get rid of the udev rules file, but not often.
>
Grea
On Wednesday, August 29, 2012 6:48:04 AM UTC-5, Sandra Schlichting wrote:
>
> Hi all =)
>
> I would like to purge the following packages
>
> network-manager
>
> network-manager-gnome
>
> network-manager-pptp
>
> network-manager-pptp-gnome
>
>
> but the problem is, that I suppose a reboot is requi
To install additional plugins into Eclipse, you want to use the "p2
director" application. It is embedded inside the Eclipse IDE itself so
once the IDE is unzipped and Java is installed, it is possible to run
the director.
The director app can install new things, update, and uninstall.
There
On Wednesday, August 29, 2012 6:25:35 AM UTC-5, Frank Van Damme wrote:
>
> Hi,
>
> I'm new to Puppet. And I'm trying out an ssh module:
> https://github.com/saz/puppet-ssh.
> It collects ssh keys like this:
>
> class ssh::knownhosts {
> Sshkey <<| |>> {
> ensure => present,
> }
>
On 29/08/12 15:10, Jones wrote:
I'd like to say puppet.
If the standart config file, delivered by dpkg, is changed and has
also not the same md5sum as
the file I want to deliver with puppet. Do nothing :)
OK guys.. that was not my idea! I say everything has to be changed in
puppet and not by
On Tuesday, August 28, 2012 10:39:01 PM UTC-5, Anatoliy Lisovskiy
(Wavebourn) wrote:
>
>
>
> On Tue, Aug 28, 2012 at 3:55 PM, Nick Fagerlund
>
> > wrote:
>
>> Could you please link me to these tutorials, so I may destroy them.
>>
>
> It is easy to destroy incomplete tutorials, but harder to o
On Wednesday, August 29, 2012 4:14:27 PM UTC+2, jcbollinger wrote:
>
>
>
> On Wednesday, August 29, 2012 6:25:35 AM UTC-5, Frank Van Damme wrote:
>>
>> Hi,
>>
>> I'm new to Puppet. And I'm trying out an ssh module:
>> https://github.com/saz/puppet-ssh.
>> It collects ssh keys like this:
>>
>> clas
Hi John
That is a very interesting solution!
I had to look up what "provider" and "refreshonly" did. They seam to be
very useful for other situations as well!
Thanks =)
Hugs,
Sandra
On Wednesday, 29 August 2012 16:04:32 UTC+2, jcbollinger wrote:
>
>
>
> On Wednesday, August 29, 2012 6:48:04
I currently have ~30 hosts managed by puppet, running on 2.6.14. I'm
just starting a project to build a new puppetmaster in a new datacenter,
which will be our single master. Within a short time, we'll have upwards
of 200 hosts managed by Puppet, and about 25% of these will be "legacy"
OSes (RH
If it's default it should use the puppet version... but if someone changed
it puppet should do nothing.
That's the little issue :/
Am 29.08.2012 16:21 schrieb "Davide Ferrari" :
>
> On 29/08/12 15:10, Jones wrote:
>>
>>
>> I'd like to say puppet.
>> If the standart config file, delivered by dpkg, i
Please see this post.
https://groups.google.com/forum/#!topic/puppet-users/8AwzWv2-Qeo
--
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/-/mlKC53-C9e4J.
To po
Hi.
I am having a few problems with augeas and need some help.
What I am trying to use is augeas to update the cron.allow file. I can get
augeas to add the required name but I am having problems with getting it to add
the name once.
augeas { "check_mk_cron.allow" :
co
On 29/08/12 16:57, Johannes Reichhardt wrote:
If it's default it should use the puppet version... but if someone
changed it puppet should do nothing.
That's the wrong approach. if you are managing a resource through
puppet, then ALL changes go through puppet, otherwise it's a mess, and
then pup
This is the tutorial I was using.
http://bitfieldconsulting.com/puppet-tutorial
Once I changed nodes.pp to site.pp Puppet saw it. Now I just have to
change the rest of the manifests.
Thanks.
On Tue, Aug 28, 2012 at 6:55 PM, Nick Fagerlund <
nick.fagerl...@puppetlabs.com> wrote:
> Could you pl
Hi,
If I write the following in a template
directories="<% backupDirList.each do |dir| -%><%= dir %> <% end -%>"
then it will output
directories="/appl /etc /usr/local "
Question
How do I print the backupDirList array, so it doesn't end with a blank
space?
Best regards,
Sandra =)
--
You r
I saw that, thanks. I'm looking for more of an opinion on what route other
people would take...
On Wednesday, August 29, 2012 10:57:40 AM UTC-4, Sandra Schlichting wrote:
>
> Please see this post.
>
> https://groups.google.com/forum/#!topic/puppet-users/8AwzWv2-Qeo
>
>
>
--
You received this me
On 08/29/2012 06:01 PM, Jason Antman wrote:
> I saw that, thanks. I'm looking for more of an opinion on what route
> other people would take...
Considering the long term lock-in, I would try to postpone deployment
till 3.0 stable gets out.
PS. This new addon of parametrized classes getting info f
Solved.
directories="<%= backupDirList.join(" ") %>"
Of course =)
--
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/-/yJvpD1K7AiQJ.
To post to this group, se
In your position I would consider it well worth waiting for puppet 3.
On Wed, Aug 29, 2012 at 09:01:05AM -0700, Jason Antman wrote:
>I saw that, thanks. I'm looking for more of an opinion on what route other
>people would take...
>
>On Wednesday, August 29, 2012 10:57:40 AM UTC-4, San
Hello OSX007,
You are on the right track, for sure. The goal of the params.pp is to set
default values for those things and allow you to override them in your own
manifests. It's definitely OK for you to edit params.pp directly if you
know for sure that the settings you've specified will alwa
Once Hiera-Puppet moved out of rc, it seemed best to move its hiera
dependency from 1.0.0rc to 1.0, to ensure that those using
Hiera-puppet get the non-RC version of hiera when it's available.
Until Hiera 1.0.0 is released, you can install Hiera-puppet alongside
hiera using the --pre flag to gems.
I'm confused about this...
https://github.com/puppetlabs/puppetlabs-stdlib/
I see a lot of functions there that are the same as the ones that come
standard with puppet. If I create a module and dump this stuff in
there, what happens to the existing stuff? How does puppet know which
one to use?
D
It does rely on Hiera 1.0.0. We'll be cutting one more rc of Hiera
this week and if that goes well, Hiera 1.0.0 will follow the week
after.
On Wed, Aug 29, 2012 at 6:12 AM, llowder wrote:
>
>
> On Tuesday, August 28, 2012 5:32:56 PM UTC-5, Matthaus Litteken wrote:
>>
>> We are happy to announce H
On 29/08/12 15:57, Greenhalgh, Mark wrote:
> I am having a few problems with augeas and need some help.
>
> What I am trying to use is augeas to update the cron.allow file. I can
> get augeas to add the required name but I am having problems with
> getting it to add the name once.
>
> au
Thanks for the info.
In our case it affected our puppet manifests where we had:
package { 'hiera-puppet':
ensure => installed,
provider => $gem_provider,
}
We prefer to use the latest release when possible.
On 2012-08-29 18:56, Matthaus Owens wrote:
Once Hiera-Puppet m
Chris & Jakov,
That's my tentative feeling right now, but given the way things work
around here, and that puppet is really a lower-level project (i.e.
experimentation, failure, and bugs aren't tolerated well because we only
have management support for the end result, not puppet itself) I'll
p
I'm trying to install the java module using puppet.
http://forge.puppetlabs.com/puppetlabs/java
I think I'm supposed to download the oracle rpm and extract it somewhere.
But where does it go?
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" g
Hi,
I am trying to get puppet going on CentOS 6.3 and I got it installed and
running. I want to create good manifests for basic stuff. I know I will learn
more as I go but I am new to programming in general and puppet code. I have
puppet master install on 1 cloud server and a client test puppe
Hi ,
I am trying to run puppet agent on windows. The Master is running on
Linux RHEL6.2.
Puppet Version : 2.7.12.
The puppet agent service starts properly and the client is able to
fetch its catalouge evry 30 mins. My requirement is to reduce this
interval to 2 mins. I tried changing the puppet.c
I have a module with its files/ directory symlinked to a SVN checkout
outside of the module path (specifically, to /shared_svn). (explanation
below) in a few places within that directory structure, there are some
dead symlinks. When I run puppetdoc on my modules and manifests, it dies
with "Cou
On 08/29/2012 07:34 PM, Jason Antman wrote:
> but given the way things work
> around here, and that puppet is really a lower-level project (i.e.
> experimentation, failure, and bugs aren't tolerated well because we only
> have management support for the end result, not puppet itself) I'll
I don't
Hi Nimish,
On Wed, Aug 29, 2012 at 10:52 AM, Nimish Vidyarthi
wrote:
> I tried changing the puppet.conf
Likely the file you are editing is not the same one that the service
is looking at. Since the puppet agent service runs under the
LocalSystem account, make sure you are editing the puppet.conf
Yes i know i was trying out things to make it work. it does not work
for 60 sec also.
Ok i fetched the values from puppet config print all | find "config".
the puppet.conf is showing to be correct( as the file i changed)
But the runinterval is showing as 1800.
I presume this is the issue , how c
On 2012-29-08 16:04, Henrik Lindberg wrote:
To install additional plugins into Eclipse, you want to use the "p2
director" application. It is embedded inside the Eclipse IDE itself so
once the IDE is unzipped and Java is installed, it is possible to run
the director.
The director app can install
On Wednesday, August 29, 2012 11:58:13 AM UTC-5, Douglas wrote:
>
> I'm confused about this...
>
> https://github.com/puppetlabs/puppetlabs-stdlib/
>
> I see a lot of functions there that are the same as the ones that come
> standard with puppet. If I create a module and dump this stuff in
>
On Wednesday, August 29, 2012 9:57:13 AM UTC-5, Jones wrote:
>
> If it's default it should use the puppet version... but if someone changed
> it puppet should do nothing.
> That's the little issue :/
>
It sounds like you want Puppet to manage the file content under some
circumstances, but not u
Really? From the function reference at:
http://docs.puppetlabs.com/references/latest/function.html
Common ones seem to be create_resources, crit, defined, err,
extlookup, fail, file and so on.
Doug.
On Wed, Aug 29, 2012 at 11:57 AM, jcbollinger wrote:
>
>
> On Wednesday, August 29, 2012 11
- Original Message -
> From: "Douglas Garstang"
> To: puppet-users@googlegroups.com
> Sent: Wednesday, August 29, 2012 8:20:19 PM
> Subject: Re: [Puppet Users] Re: puppetlabs-stdlib
>
> Really? From the function reference at:
> http://docs.puppetlabs.com/references/latest/function.html
Hi,
For some reason these are in README.markdown, perhaps a copy-paste mistake.
Look inside the directory :)
KW
On Wednesday, August 29, 2012 5:58:13 PM UTC+1, Douglas wrote:
>
> I'm confused about this...
>
> https://github.com/puppetlabs/puppetlabs-stdlib/
>
> I see a lot of functions there
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.Know
we're he're..wh'at i'd on't knowdumf...
Hello,
I have followed the documentation at
http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html to try
to setup dashboard but after I manually add a node it shows up as
unreported. The agent has successfully completed a very basic catalog run
just adding a file to the file-syst
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.
First suggestion:
Use a group name ( like "wheel" ) and declare the sudo privileges to the group.
Then all you need do is add that group in the "groups" parameter for puppet
type user.
On Aug 29, 2012, at 11:31 AM, Tony Caffe wrote:
> Hi,
>
> I am trying to get puppet going on CentOS 6.3 and
On Wed, Aug 29, 2012 at 12:54 PM, Krzysztof Wilczynski
wrote:
> Hi,
>
> For some reason these are in README.markdown, perhaps a copy-paste mistake.
> Look inside the directory :)
Ah this was my fault. I thought I filtered out the function
documentation for core functions but I clearly didn't.
-
Thanks! Will give it a shot and let you know how it works.
On Wednesday, August 29, 2012 1:25:17 PM UTC-5, Henrik Lindberg wrote:
>
> On 2012-29-08 16:04, Henrik Lindberg wrote:
> > To install additional plugins into Eclipse, you want to use the "p2
> > director" application. It is embedded ins
On Wednesday, August 29, 2012 2:54:48 PM UTC-5, Krzysztof Wilczynski wrote:
>
> Hi,
>
> For some reason these are in README.markdown, perhaps a copy-paste
> mistake. Look inside the directory :)
>
Ah, that explains it. Silly me, I ignored the README and went straight to
the actual sources :)
About to unsubscribe this account as it was set to no email and looks
like a spam account.
On Wed, Aug 29, 2012 at 1:25 PM, Sam Kottler
wrote:
> 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
On Wednesday, August 29, 2012 9:34:24 AM UTC-5, Frank Van Damme wrote:
>
> On Wednesday, August 29, 2012 4:14:27 PM UTC+2, jcbollinger wrote:
>>
>>
>>
>> On Wednesday, August 29, 2012 6:25:35 AM UTC-5, Frank Van Damme wrote:
>>>
>>> Hi,
>>>
>>> I'm new to Puppet. And I'm trying out an ssh module:
I understand but that is not what I asked for help. I would like some help
on making or writing the code needed to add users to visudo.
On Wednesday, August 29, 2012 1:34:35 PM UTC-7, Ygor wrote:
>
> First suggestion:
>
> Use a group name ( like "wheel" ) and declare the sudo privileges to the
You learn from use one of these:
http://forge.puppetlabs.com/modules?q=sudo
On Wed, Aug 29, 2012 at 02:13:34PM -0700, Tony Caffe wrote:
>I understand but that is not what I asked for help. I would like some help
>on making or writing the code needed to add users to visudo.
>On Wednesd
On 8/29/2012 8:31 AM, Tony Caffe wrote:
Hi,
I am trying to get puppet going on CentOS 6.3 and I got it installed and
running. I want to create good manifests for basic stuff. I know I will learn
more as I go but I am new to programming in general and puppet code. I have
puppet master instal
Would I still need to write ruby code? I dont know ruby or really any
other programming language.
So I would create a duplicate of the sudoers file in /etc/sudoers.d/ that
adds a user to it and it will work? I am not to sure of how sudoers.d works.
Thanks.
--
You received this message because
Adam, in dashboard's upper-left corner, do you see any pending tasks listed in
the Background Tasks section? If so, then you simply need to start the delayed
job workers
(http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html#starting-and-managing-delayed-job-workers)
and they will
In regard to: Re: [Puppet Users] Puppet visudo/ sudoers help, Tony Caffe...:
I understand but that is not what I asked for help. I would like some help
on making or writing the code needed to add users to visudo.
$ cat puppet/modules/sudo/manifests/config.pp
define sudo::config($content='', $
Thanks. I used this:
file {'puppet_sudo':
ensure => present,
path => '/tmp/puppet_sudo',
source => 'puppet:///files/puppet_sudo',
owner => 'root',
group => 'root',
mode =>
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
Puppet Labs
1-503-734-8571
To schedule a meeting with me: http://tungle.me/jamtur01
--
You received this message because you are subscribed to t
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
> Puppet Labs
> 1-503-734-8571
> To schedule a meeting w
On 30 August 2012 00:52, Jason Antman wrote:
> For anyone in the know, given this situation, would you recommend building
> on puppet 2.7.18, or trying to draw things out as much as possible and wait
> for a stable 3.x release? Does anyone have any general idea of when one
> might be forthcoming
>From what I have seen there is a big difference between 2.6+ and 3.0+.
I would be setting up a completely separate environment with 2.7 to
test if your code works.
2.7 apparently let you know which things will stop working in 3.0 so
it will be a better idea to use that in the dev environment and i
Puppet 3.0.0-rc5 is a feature release candidate for the 3.x series of Puppet.
Downloads are available at:
* Source http://downloads.puppetlabs.com/puppet/puppet-3.0.0rc5.tar.gz
RPMs are available at http://yum.puppetlabs.com
Debs are available at http://apt.puppetlabs.com
Gems are available vi
The chkconfig change that was implmented is breaking the puppet service
function on Red Hat based systems.
http://projects.puppetlabs.com/issues/15797
"chkconfig reset" looks like it is meant to set the service back to how it
was set during initial package installation. Most services are not
Ack, thanks for the catch. I can't believe we regressed on a sub-1000 bug
number; this exact change was applied in redmine #528 and reverted in March
2007!
https://github.com/puppetlabs/puppet/commit/41e1285553870f0b425b88a6209fab8733b421b2
On Aug 29, 2012, at 5:54 PM, Chuck wrote:
> The chk
Hi Puppet Gurus
I am running puppet 2.6.16, ruby 1.8.7-p249, on puppet server with
passenger on Apache. These are my gems:
builder (2.1.2)
fastthread (1.0.7)
mysql (2.8.1)
passenger (2.2.14)
rack (1.1.0)
rake (0.8.7)
We manually manage autosign.conf to allow new builds to continue so
certificates
How many nodes is your puppetmaster currently servicing? I have one servicing
about 700 nodes, splayed over an hour check-in interval, and any new nodes I
add (that fall into my autosign subdomain) get signed immediately on their
first puppet run.
-- Peter Bukowinski
On Aug 29, 2012, at 8:50 P
On 30 August 2012 14:03, Peter Bukowinski wrote:
> How many nodes is your puppetmaster currently servicing? I have one
> servicing about 700 nodes, splayed over an hour check-in interval, and any
> new nodes I add (that fall into my autosign subdomain) get signed
> immediately on their first pupp
So... how can I debug ruby code for custom functions? Putting a 'puts'
in the ruby script doesn't actually cause anything to go anywhere.
Doug
--
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@goo
Boy, am I frustrated. I'm about ready to throw puppet out the window
here. I'm trying to configure glusterfs, and you know, it kinda made
sense to separate the data from the manifests, so I went ahead and put
this into a YAML file, which hiera loads...
glusterfs_volumes:
gfsvol01:
volume_nam
Pienaar is a seasoned puppet master I am sure he can help?
http://www.devco.net/archives/2009/08/19/tips_and_tricks_for_puppet_debugging.php
On Wed, Aug 29, 2012 at 10:10 PM, Douglas Garstang
wrote:
> So... how can I debug ruby code for custom functions? Putting a 'puts'
> in the ruby script does
80 matches
Mail list logo