On Thu, May 31, 2012 at 7:13 AM, R.I.Pienaar wrote:
>
> job postings from community members looking for themselves/their employers
> with clear direct to employer contact information +1
>
> job postings from recruiters -1
>
+1 to what R.I.P just said :-)
The problem with the weekly digest email
-1 on this list
+1 for a moderated, digest-only, list dedicated to this purpose.
Trevor
On Wed, May 30, 2012 at 4:49 PM, Michael Stahnke wrote:
> How do folks feel about getting Puppet job listings on this list?
> I've rejected a few that we quite spammy, but when the subject matter
> really is
On 05/31/2012 12:29 AM, Papp Tamas wrote:
On 05/30/2012 05:58 PM, Ryan Coleman wrote:
The issue here is how your module is structured in relation to what
Puppet expects to automatically find your manifests.
In jay module, manifests directory, Puppet expects init.pp to have the
jay class.
If y
On 05/30/2012 05:58 PM, Ryan Coleman wrote:
The issue here is how your module is structured in relation to what
Puppet expects to automatically find your manifests.
In jay module, manifests directory, Puppet expects init.pp to have the
jay class.
If you want to have a jay::postfix class, Puppet
Authorization is handled by auth.conf, you should look at this file. The
default syntax which handles this is something like so:
# allow nodes to retrieve their own catalog (ie their configuration)
path ~ ^/catalog/([^/]+)$
method find
allow $1
On May 8, 2012, at 6:55 PM, Josh wrote:
> I continu
Perhaps look at the Puppet Dashboard or Foreman schemas as a starting
point? These are both ENC's that are already working.
ken.
On Wed, May 30, 2012 at 9:13 PM, erkan yanar wrote:
>
> Moin,
>
> I am thinking of using a RDBM as a best practise.
> I am missing some info/examples how to best organ
This updated version allows for improved interaction with Redis hashes
https://github.com/reliantsecurity/hiera-redis
http://rubygems.org/gems/hiera-redis
Now it is possible to use the hiera() function to lookup a value from
a corresponding key within a Redis hash like so:
$coffee = hiera('coff
Any chance you ran 'setenforce 0' before you rebooted the server? :)
(SELinux caused the same problem for me)
--
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-user
- Original Message -
> From: "Michael Stahnke"
> To: puppet-users@googlegroups.com
> Sent: Wednesday, May 30, 2012 9:49:44 PM
> Subject: [Puppet Users] Thoughts on job listings?
>
> How do folks feel about getting Puppet job listings on this list?
> I've rejected a few that we quite spa
On Wed, May 30, 2012 at 01:49:44PM -0700, Michael Stahnke wrote:
>
> I'm looking for general feelings. A simple +1 or -1 would be great.
-1 on this list.
John
--
Act as if what you do makes a difference. It does.
-- William James (18
On Wed, May 30, 2012 at 2:00 PM, Ryan Coleman wrote:
> On Sun, May 27, 2012 at 1:18 PM, hohum wrote:
> > I get an error that the exec command failed because it returned 1
> instead of
> > 0 but when I copy the command puppet outputs as an error, and paste that
> > into a shell it works perfectly
On Wed, 30 May 2012, Craig Dunn wrote:
> On 30/05/2012 21:49, Michael Stahnke wrote:
> >How do folks feel about getting Puppet job listings on this list?
> >I've rejected a few that we quite spammy, but when the subject matter
> >really is a system admin with puppet experience, the decision becom
On Wed, May 30, 2012 at 01:49:44PM -0700, Michael Stahnke wrote:
> How do folks feel about getting Puppet job listings on this list?
> I've rejected a few that we quite spammy, but when the subject matter
> really is a system admin with puppet experience, the decision becomes
> a bit different.
>
On May 30, 2:37 pm, Ryan Bowlby wrote:
> Hi All,
>
> Is there a way to override the value of a parameter to a declared
> class within my base class. My nodes use a base class that
> occasionally need to be changed. Example:
>
> class "base" {
> class { "apache":
> mpm => "worker",
> }
>
On Sun, May 27, 2012 at 1:18 PM, hohum wrote:
> I get an error that the exec command failed because it returned 1 instead of
> 0 but when I copy the command puppet outputs as an error, and paste that
> into a shell it works perfectly. The command's syntax is this:
Hi,
After you run your command
On 30/05/2012 21:49, Michael Stahnke wrote:
How do folks feel about getting Puppet job listings on this list?
I've rejected a few that we quite spammy, but when the subject matter
really is a system admin with puppet experience, the decision becomes
a bit different.
I think very Puppet orienta
On Wednesday, 30 May 2012 22:49:44 UTC+2, Michael Stanhke wrote:
>
> How do folks feel about getting Puppet job listings on this list?
> I've rejected a few that we quite spammy, but when the subject matter
> really is a system admin with puppet experience, the decision becomes
> a bit different
+1
On May 30, 2012, at 1:49 PM, Michael Stahnke wrote:
> How do folks feel about getting Puppet job listings on this list?
> I've rejected a few that we quite spammy, but when the subject matter
> really is a system admin with puppet experience, the decision becomes
> a bit different.
>
> I'm lo
-1
the lack of noise is appreciated on this list. How about another list
instead?
On Wed, May 30, 2012 at 1:49 PM, Michael Stahnke wrote:
> How do folks feel about getting Puppet job listings on this list?
> I've rejected a few that we quite spammy, but when the subject matter
> really is a syst
On Wed, May 30, 2012 at 4:49 PM, Michael Stahnke wrote:
> How do folks feel about getting Puppet job listings on this list?
> I've rejected a few that we quite spammy, but when the subject matter
> really is a system admin with puppet experience, the decision becomes
> a bit different.
>
> I'm loo
How do folks feel about getting Puppet job listings on this list?
I've rejected a few that we quite spammy, but when the subject matter
really is a system admin with puppet experience, the decision becomes
a bit different.
I'm looking for general feelings. A simple +1 or -1 would be great.
Mike
On Tuesday, 15 May 2012 16:48:48 UTC+2, jcbollinger wrote:
>
> On May 14, 2:27 pm, Steve Traylen wrote:
> > Up to now I've had a large file of virtual resources and then enabled
> them
> > on demand
> > on various services. The very standard.
> >
> > @metric{'1234:
> > one => 1
> >
On Wed, May 30, 2012 at 12:37 PM, Ryan Bowlby wrote:
> Hi All,
>
> Is there a way to override the value of a parameter to a declared
> class within my base class. My nodes use a base class that
> occasionally need to be changed. Example:
>
> class "base" {
> class { "apache":
>mpm => "worker
Moin,
I am thinking of using a RDBM as a best practise.
I am missing some info/examples how to best organise the schema.
Are there are some tips/howtos?
Regards
Erkan
--
über den grenzen muß die freiheit wohl wolkenlos sein
--
You received this message because you are subscribed to the G
Probably use a class parameter. You're gonna want something like this, I
think:
class base ($kind = "normal") {
$mpmtype = $kind ? {
'special' => 'prefork',
default => 'worker',
}
class {'apache': mpm => $mpmtype }
}
On your normal nodes, you'd just "include base" or "class {'base'
On Wed, May 30, 2012 at 12:37 PM, Ryan Bowlby wrote:
> Hi All,
Hi!
>
> Is there a way to override the value of a parameter to a declared
> class within my base class. My nodes use a base class that
> occasionally need to be changed. Example:
Yes, there are several ways. One common way is to inh
Hi All,
Is there a way to override the value of a parameter to a declared
class within my base class. My nodes use a base class that
occasionally need to be changed. Example:
class "base" {
class { "apache":
mpm => "worker",
}
..other awesomeness
}
Then in the nodes:
node "a" {
includ
What didn't work yesterday works today. I suspect we were using the wrong
command. Thanks for having a look.
On Wednesday, May 30, 2012 10:45:38 AM UTC-7, Berry Sizemore wrote:
>
> Hi,
>
> Some months ago I got PE 1.5.6 agent running as a non-root user on Solaris
> 10. I upgraded my agents to
On 30/05/12 19:10, Matthew Burgess wrote:
> On Wed, May 30, 2012 at 5:11 PM, Brice Figureau
> wrote:
>> Hi Matthew,
>>
>> As the original author of puppet-load (and the aforementioned blog
>> post), I'm sorry to answer so late to this thread.
>>
>> On Wed, 2012-05-30 at 16:32 +0100, Matthew Burges
Hello Puppet gurus,
I'm trying to setup a Puppet environment on CentOS 6. I got it working
using WEBrick, but when I finally got Puppet running through Apache using
Passenger, my Puppet node gets this "403 Forbidden" response (full output
is attached as node.txt):
[root@puppetnode-01 ~]# puppe
Or perhaps there is a designated user other than root and some random
non-root user?
--
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/-/e_j5tsjt1Q8J.
To post
Hi,
Some months ago I got PE 1.5.6 agent running as a non-root user on Solaris
10. I upgraded my agents to PE 2.5.1 and now I cannot successfully start
them as non-root user. I get no error message or logs.
Thanks
--
You received this message because you are subscribed to the Google Groups
On Wed, May 30, 2012 at 12:49 PM, Andrei-Florian Staicu
wrote:
> On Wed, May 30, 2012 at 7:39 PM, Peter Bukowinski wrote:
>> On May 30, 2012, at 12:13 PM, Andrei-Florian Staicu wrote:
>>
>> Hi all,
>>
>> Can you tell me if the puppetmaster (which is also a puppet node) can
>> be excluded from the
On Wed, May 30, 2012 at 5:11 PM, Brice Figureau
wrote:
> Hi Matthew,
>
> As the original author of puppet-load (and the aforementioned blog
> post), I'm sorry to answer so late to this thread.
>
> On Wed, 2012-05-30 at 16:32 +0100, Matthew Burgess wrote:
>> > Apologies for taking so long to get ba
On Wed, May 30, 2012 at 7:39 PM, Peter Bukowinski wrote:
> On May 30, 2012, at 12:13 PM, Andrei-Florian Staicu wrote:
>
> Hi all,
>
> Can you tell me if the puppetmaster (which is also a puppet node) can
> be excluded from the default node definition?
> The idea is that new unclassified nodes shou
On May 30, 2012, at 12:13 PM, Andrei-Florian Staicu wrote:
> Hi all,
>
> Can you tell me if the puppetmaster (which is also a puppet node) can
> be excluded from the default node definition?
> The idea is that new unclassified nodes should get the puppet.conf and
> auth.conf files by default, but
Hi all,
Can you tell me if the puppetmaster (which is also a puppet node) can
be excluded from the default node definition?
The idea is that new unclassified nodes should get the puppet.conf and
auth.conf files by default, but these files are pretty different on
the master.
Thanks.
--
You recei
Hi Matthew,
As the original author of puppet-load (and the aforementioned blog
post), I'm sorry to answer so late to this thread.
On Wed, 2012-05-30 at 16:32 +0100, Matthew Burgess wrote:
> > Apologies for taking so long to get back about this, more pressing
> > matters took precedence. So, back
On Wed, May 30, 2012 at 6:27 AM, Papp Tamas wrote:
> hi All,
Hi.
>
> I'm a bit new to puppet. Is there a mailing list for puppet beginners?:)
Welcome! No, but this list is for all skill levels.
>
> However I'd like to use this:
>
> class jay {
> include jay::postfix
> }
>
> class jay::pos
On Wed, May 30, 2012 at 4:36 PM, Ryan Coleman wrote:
> Could you please post the puppet-load command you're using? I've not
> encountered any issues increasing the concurrency. Perhaps its a
> mishandled syntax error.
cd /usr/share/puppet/ext
./puppet-load.rb --node master.domain.com --server ma
On Wed, May 30, 2012 at 8:32 AM, Matthew Burgess
wrote:
> Indeed, I was doing something really daft. I'd added the changes to
> the bottom of auth.conf. 2 things were wrong in doing that:
Glad you got that sorted!
> Now though, is my next problem. puppet-load works fine with
> concurrency set
> Apologies for taking so long to get back about this, more pressing
> matters took precedence. So, back on this, I think I must be doing
> something really daft then, as I've made that change to my auth.conf
> file and still get the same forbidden errors.
Indeed, I was doing something really daf
Hello,
Not sure on this must be something in Apache/Passenger but I cannot
find it right now.
Is there anyway to disable the Ruby traces to return non--HTML
output ?
Many thanks,
Paul
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to
hi All,
I'm a bit new to puppet. Is there a mailing list for puppet beginners?:)
I have a service module called postfix, which defines file in a class:
file {
'/etc/postfix/main.cf':
owner => "root",
group => "root",
mode => 644,
content => template('po
On May 29, 8:47 am, liondgr8 wrote:
> Hi puppet users,
>
> I would like to know how to reassign the global variables specifically
> extlookup_datadir, extlookup_precedence.
You cannot change the value of any variable once it's set.
> My use case is in such a way that suppose I have 2 agents
On May 29, 1:11 pm, Brian Carpio wrote:
> Hi,
>
> I have a template which looks like this
>
> <% scope.lookupvar('openldap::params::ldapservers').each do |var| -%>
> olcSyncrepl: {0}rid=001 provider="ldap://<%= var %>:389"
> type=refreshAndPer
> sist retry="5 5 300 +" searchbase="<%=
> scope.lo
Here you go..
rpm -qf /usr/lib/jvm/jre-1.6.0-openjdk.x86_64/bin/keytool
java-1.6.0-openjdk-1.6.0.0-1.41.1.10.4.el6.x86_64
On May 29, 4:39 pm, Jeff McCune wrote:
> On Tue, May 29, 2012 at 6:19 AM, Shiva wrote:
>
> > Jeff
>
> > This is where the keytool is
>
> > lrwxrwxrwx. 1 root root 49 Apr 27
Hi Friends,
My company is soon to going to deploy a private cloud from OnApp in
the infrastructure. Task given to me is to install puppet agent when
any Cloud instance boots. After searching on the google found there
are 2 ways to do this:
* Create a template in which puppet agent is already ins
As said we handle this a little different.
One branch for development, staging and live.
Development of the puppet code base is done using in puppet
environments, which can be used to test a change across systems in any
of the environments.
Once people consider the change working it is committed a
49 matches
Mail list logo