Displaying 20 results from an estimated 25 matches for "nigelkersten".
2011 Aug 09
8
ANNOUNCE: Puppet Module Tool version 0.3.4
Hi all
We''ve just released version 0.3.4 of the puppet-module tool used to
create and retrieve modules from the Puppet Labs Forge
(http://forge.puppetlabs.com).
You can update using Ruby gems:
$ gem install puppet-module
There are several important changes in this release:
* Add ability to install modules with hyphens
* Add check for symlink when installing
* Install modules to their
2011 Jun 10
11
cannot manage home directories
user {''username'':
uid => 501,
gid => ''staff'',
comment => ''comment'',
ensure => present,
home => ''/Users/sysop'',
shell =>
2011 Jul 13
4
puppet manifest execution orders
I created manifest for our webserver. manifest included git clone,
database creation and restore database etc.... How to order the
installation and exec exactly
Roni
--
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 email to
2011 May 31
0
Extlookup++
...enting this wheel?'' I wrote
> a new extlookup that has pluggable backends.
>
The bit about reinventing the wheel probably doesn''t make sense to most of
this list. RI is referring to something I hacked up as a slightly different
direction to extlookup <https://github.com/nigelkersten/puppet-get> which I
didn''t send to the list after some chat back and forth between RI and I
convinced me that it wasn''t a productive enough direction to head in.
> It has a 100% backward compatible CSV backend and new a YAML backend
>
This is killer work. If you haven&...
2011 Jul 06
7
Issue with puppet file serving api not parsing yaml content correctly
I am working on building a facter tag based node classifier similar to
https://github.com/jordansissel/puppet-examples/tree/master/nodeless-puppet/.
However, I have run into an issue where I cannot use puppet''s require
file ability to push the yaml file containing the facts file to the
client because it would require two runs of puppet to pickup changes.
Consequently, I have written into
2011 Jun 09
6
Prerun, Postrun Commands, and Stages
Hi all,
I''m looking for background information about how bug #7127[1] should
be fixed: prerun_command don''t stop puppet on error
I think there''s general agreement that if the prerun command fails,
then the catalog should not be applied, but the report should be sent,
and the report''s status should be "failed".
However, what about the post-run
2012 Jul 12
15
How can I list classes available on the puppet master?
Is there a way to get a list of all the classes available from the puppet
master?
I have 2 goals for this - one is documentation in a human readable form,
and the other is potentially importing that data into dashboard.
I did find some info on the rest API
(http://docs.puppetlabs.com/guides/rest_api.html#resource-types ) but I
can''t make any sense of the output from it.
Thanks.
2011 May 06
9
Generate "Compiled catalog"/yaml for a node?
Hi Experts,
I remember we had this discussion before, but could find it.
Can I run a command to generate a "Compiled catalog" for a specific node (on
the master node)? And apply this on the client node? What are the
limitations for doing this?
Basically we have special handling for the webserver/CA part of puppet.
Thank you very much!
-Yushu
2011 May 10
14
Puppet Master System Requirements
I''ve been messing around with Puppet on a VM on my personal desktop.
It looks descent. I was wondering what kind of load this thing would
have managing about 400 nodes.
Does this thing require a beefy server?
--
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
2011 Jun 22
2
environment ENC vs cmdline
Hi all,
I am using puppet with an ENC script. In this scripts YAML output the
environment (generally "production") is set.
For testing purposes I would like to start puppet runs from the
cmdline of a managed host like:
$ puppet agent --onetime --no-daemonize --verbose --no-splay
--environment development
The problem is the --environment Parameter is not being used if an
environment
2011 Mar 22
25
RFC: Splitting up the file{} type functionality.
...k.
How would people feel about at least splitting out these into their own types?
* symlinks
* recursive file copies
The intersection of files and directories isn''t that big a deal, but
we could split out directories too if we wanted.
Thoughts?
--
Nigel Kersten
Product, Puppet Labs
@nigelkersten
--
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 email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this gr...
2011 Jun 04
3
Client vs server storeconfigs
Hi all,
As I understand it, storeconfigs needs to be enabled on both the agent
and the master to function ideally. I have a couple of questions:
-> Can the various agents and the master safely share the same
storeconfigs db (say, a postgresql server)? Is there any benefit to
setting things up
this way?
-> Is there any benefit for an _agent_ to use an RDBMS vs sqlite for
its
2011 May 20
5
Does the puppet module tool work with ruby1.9.2?
puppet-module changelog
/opt/local/lib/ruby1.9/gems/1.9.1/gems/puppet-2.6.8/lib/puppet/util/log/destinations.rb:99:
warning: class variable access from toplevel
/opt/local/lib/ruby1.9/gems/1.9.1/gems/puppet-2.6.8/lib/puppet/application/kick.rb:
/opt/local/lib/ruby1.9/gems/1.9.1/gems/puppet-2.6.8/lib/puppet/application/kick.rb:107:
Invalid next (SyntaxError)
I''m running
puppet-module
2008 Sep 17
16
How long for changes to be pushed out?
Hello, I have 680 hosts reporting into a central puppet server.
Yesterday I made a change to site.pp and the nodes/foo.pp and nodes/
bar.pp files to push out some new files (a script to enable LDAP) and
it seems that only a handful of stores have downloaded the file and
run the script.
(I don''t have reporting setup yet other than on a few clients which I
did manually)
If I ssh into a
2011 May 20
4
finding consultants or full time puppet experts?
We are looking to hire a full time (or possibly a consultant) in
Boston with experience in AWS and Puppet (or Chef :)
http://www.fiksu.com/company/careers/cloud-operations-manager
Any good leads on other places to look for someone like that?
Thanks!
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2011 May 13
5
puppet resource for group
Hi,
Why doesn''t puppet resource group tell me who belongs to the group?
Given the group such as:
mg_team:x:501:smruph, cosman, msmith, mhankey
With the command:
puppet resource group mg_team
only returns:
group { ''mg_team'':
gid => ''501'',
ensure => ''present''
}
I was expecting:
group { ''mg_team'':
2011 May 16
4
apt-pinning & puppet package management
Hello!
I have question about Debian package management with puppet. I''m
wondering is there sane way to make puppet respects packages pinning?
i.e., if I have several repos for one package, let''s say it is "nginx"
which can be found in lenny & lenny-backports repos. I''ve created
pinning file like:
Package: nginx
Pin: release a=lenny-backports
Pin-Priority:
2011 May 20
4
The quantum effect when loading classes
Can anyone comment / expand upon
http://www.nico.schottelius.org/blog/puppet-sometimes-loads-a-class/
I am experiencing a case which may be related. We have an ENC, and recently
on our twice daily noop runs from cron, puppet has reported some servers
aren''t in sync because they do not have a certain module/class (dns_server)
even though they are not subscribed to the dns_server module in
2011 May 20
7
PC EU feedback: exported resource syntax is too magical, hard to read
http://projects.puppetlabs.com/issues/7612
The exported resources syntax:
@@user { luke: ensure => present }
Is concise and powerful, but very difficult to read. We should
consider word-based syntax, e.g.:
export @user { luke: ensure => present }
And taking into account #7605, perhaps:
export virtual user { luke: ensure => present }
Please comment on the ticket or reply
2010 Oct 14
7
ANNOUNCE: Puppet 2.6.3 - Release Candidate 1 available!
All too quickly we''re back with a maintenance release: 2.6.3. This
release addresses some issues in the 2.6.2 release.
2.6.3 is a maintenance release in the 2.6.x branch and it contains only
bug fixes and no new features or other changes.
The release candidate is available for download at:
http://puppetlabs.com/downloads/puppet/puppet-2.6.3rc1.tar.gz
Please note that all final