Re: [Puppet Users] Re: Inherit VS include

2010-08-31 Thread Charles Yeomans
rm for "namespace" children > classes, as in a succinct and accurate term for the relationship > between "syslog" and "syslog::foo". They're not child classes, they're > ... ? > I might call them "nested classes". -- Char

[Puppet Users] puppet error in component.rb

2010-08-25 Thread Charles Yeomans
s error is raised from eval.c, which suggests a parsing error of some sort. Any help, suggestions or speculation would be appreciated. ------ Charles Yeomans Senior Software Engineer Dakim, Inc. char...@dakim.com -- You received this message because you are subscribed to

Re: [Puppet Users] How to bootstrap a new puppet instance?

2010-08-26 Thread Charles Yeomans
and refactor into modules as appropriate. -- Charles Yeomans Senior Software Engineer Dakim, Inc. char...@dakim.com -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@goog

Re: [Puppet Users] Is a puppet server essential?

2010-08-27 Thread Charles Yeomans
p that does not require punching holes in the firewall. We use rsync to push configuration information to nodes. Our Puppet configurations live on a server running gitosis. As changes are committed by sys admins, gitosis hook scripts move the data along and run rsync. --------

Re: [Puppet Users] Design help: django deployment

2015-02-10 Thread Charles Yeomans
i. A good way to set up the Django python stuff is to make one or more python packages and install them using pip. This approach works well with git, virtualenv and puppet. Then you'll be left to deal with Django itself... Charles Yeomans -- You received this message because you are subs

Re: [Puppet Users] Update package (latest) only if installed in Debian

2015-02-24 Thread Charles Yeomans
Probably the simplest approach would be to write an exec resource using the command /usr/bin/apt-get install --only-upgrade for apt packages. Charles Yeomans > On Feb 24, 2015, at 10:47 AM, Ximena Cardinali > wrote: > > I just want to upgrade specific Packages. >

Re: [Puppet Users] Question about setting master-less server

2015-03-11 Thread Charles Yeomans
> On Mar 11, 2015, at 8:32 PM, Hubert Lubaczewski wrote: > > Hi, > > I'm trying to learn puppet by using it on a test machine I have. Figured that > for single server, it makes sense to use master-less mode. > > So, my question is like this. To set it up, I figured that: > 1. /etc/puppet would

Re: [Puppet Users] Question about setting master-less server

2015-03-12 Thread Charles Yeomans
yet, but then, would greatly appreciate more information what it is for - > I can read what it does, but why? > > depesz > > On Thursday, March 12, 2015 at 3:38:21 AM UTC+1, Charles Yeomans wrote: > > On Mar 11, 2015, at 8:32 PM, Hubert Lubaczewski wrote: > > >

Re: [Puppet Users] Question about setting master-less server

2015-03-12 Thread Charles Yeomans
If I understand your question, the reason I don't just export to /etc/puppet is that the git repository contains files other than the puppet configuration, and I prefer to keep those files out of the puppet directory. Certainly one could clone the bare repository in /var/lib/git, and symlink

Re: [Puppet Users] Question about setting master-less server

2015-03-12 Thread Charles Yeomans
did it - we have > guarantee that there will be no things in /etc/puppet that were added without > adding them to git repo. Which is a good thing, I guess. > > Thanks, > > depesz > > On Thu, Mar 12, 2015 at 8:12 PM, Charles Yeomans wrote: > If I understand your quest

Re: [Puppet Users] Question about setting master-less server

2015-03-12 Thread Charles Yeomans
; Since you are symlinking /etc/puppet to /etc/puppet_HASH the effect is the > same, and content of the directory is the same. > > Unless I am seriously missing something. > > depesz > > > On Thu, Mar 12, 2015 at 11:09 PM, Charles Yeomans wrote: > No; there would be two repos