John,
At this moment I'm trying to reproduce the problem by starting small
and add more modules to it.
I have been able to succesfully create a puppet config that creates a
mountpoint directory with 'mkdir -p' as root,
mount a filesystem on top of that directory and change the ownership
once is ha
On Sep 29, 9:01 pm, Nigel Kersten wrote:
> On Thu, Sep 29, 2011 at 5:28 PM, Doug Balmer wrote:
> > 'Note that periods are only allowed when they serve to delimit components
> >> of "domain style names".'
>
> > Let's give this sentence some context.
>
> >
> > ASSUMPTIONS
>
> > 1. A "name"
Thanks. This is much appreciated!
On Sep 12, 2011 2:36 PM, "Michael Stahnke" wrote:
> I've had a vision of having packages for Puppet, Dashboard,
> mcollective, facter, et al, available in native packaging formats for
> as many distributions as possible.
>
>
> I've updated http://yum.puppetlabs.co
I see now after trying to post a bug on this that this behavior is now by
design as of 2.7. I understand the reasoning behind the change to keep the
behavior consistent with including undefined classes in manifests. My
problem is being an “external' node classifier, I don’t currently have a way
to
On Sep 29, 1:16 pm, Josh wrote:
> Background:
>
> I like to keep installed apps in a non-standard area and sym link to
> the binaries, libraries and other files through the /usr/local tree so
> that they're in the user's path. The purpose of this is to help with
> software versions, upgrades and
On Sep 29, 10:07 am, Carlos Sanchez wrote:
> Hi,
>
> In class parameters, things like x="x", y="y${x}" don't always evaluate
> right (y="yx"), seems random. I'm using 2.7.1
>
> class test1(
> $servicex = "sonar",
> $logfoldera = "${homex}/logs",
> $logfoldere = "${homey}/logs",
>
Hi,
I export a @@host for each box (for horrible reasons) and do various things
with that including building a /etc/hosts on each server. Sometime today
after upgrading to 2.7.4 I realized that all my exported entries are failing
and are being stripped from the /etc/hosts which is causing me sign
You are trying to cherry pick from the assumptions. They explicitly
state that the period delimits components of "domain style names". I
know that phrase seems questionable and had me confused a little but
if you look at the RFC and the date it was created DNS was just coming
about. In fact, I thin
Are you considering Solaris in this initiative too? Puppet, Facter, Augeas
and ruby-augeas are all available from opencsw.org.
I should look at doing mcollective too - when I have time ;-)
On Fri, Sep 30, 2011 at 4:42 PM, Steven L. Seed wrote:
> Thanks. This is much appreciated!
> On Sep 12, 201
Just to weigh into the debate.
To give the Unix administrator choice to set the hostname to what they
determine falls into line with what Unix already provides. Generally
whether its a bad or good decision to use the returned uname() system
call variable or uname() regexed to the first dot its up
Hello.
I have been using puppet for the last 10 months and everything is
working fine, however, at the moment we have a cron job running in the
clients that pull the configuration from the servers, we want to
change this and be able to do a puppetrun from the server to the
clients (just in case we
I need to exec a program if ANY packages have been modified (added,
removed, updated, etc). I tried subscribing to Package with a
wildcard, but that isn't supported.
Is there any way to trigger an exec if there were any packages changes
were made or if yum was executed?
Specifically, I need to e
I am trying to install hudson using puppet and I get the following
error:
err: /Stage[main]//Node[default]/Package[hudson]/ensure: change from
absent to present failed: Execution of '/usr/bin/apt-get -q -y -o
DPkg::Options::=--force-confold install hudson' returned 100: Reading
package lists...
Bu
Hello,
This may have been asked before (apologies), however, did not find a
good way to implement a schedule for puppet runs for a speciifc day
(say weekend maintennace window).
Could anyone suggest a clever workaround for that ?
Thanks
Kanishka
--
You received this message because you are su
So the two solutions I'm groking from this conversation are:
1) New fact that maps closer to the 'hostname' command (for example)
2) Configuration item that changes behaviour of the hostname fact.
Obviously we don't support configuration specifically in facter at
this point - but ignoring that fo
On Fri, Sep 30, 2011 at 03:47:56AM -0700, Jnimo wrote:
> Hello.
>
> I have been using puppet for the last 10 months and everything is
> working fine, however, at the moment we have a cron job running in the
> clients that pull the configuration from the servers, we want to
> change this and be abl
ALso, let's not forget that "all the world is *not* linux". "hostname -s"
doesn't do what you think it does when it's not the GNU toolset.
On Sep 29, 2011, at 9:13 PM, Doug Balmer wrote:
> Our concept of 'hostname' as a fact is equivalent to hostname -s up
> until now - it doesn't mean the resu
I'd prefer that the existing behavior remain the same and that a new fact be
added for those that require it. I'd rather not have to interrogate a
hypothetical Facter config file to determine what it means by 'hostname' on
each given system.
On Fri, Sep 30, 2011 at 10:49 AM, Ken Barber wrote:
>
Does
Package<||> ~> exec { ..., refreshonly => true }
do the trick?
-mp.
Am 30.09.2011 um 19:43 schrieb "GeekBiker" :
> I need to exec a program if ANY packages have been modified (added,
> removed, updated, etc). I tried subscribing to Package with a
> wildcard, but that isn't supported.
>
Thank I will try that on monday.
Good weekend everybody
On Fri, Sep 30, 2011 at 6:54 PM, Christopher Wood
wrote:
> On Fri, Sep 30, 2011 at 03:47:56AM -0700, Jnimo wrote:
>> Hello.
>>
>> I have been using puppet for the last 10 months and everything is
>> working fine, however, at the moment we h
Maybe run it from a cron (or at) job, or use something like
mcollective to trigger your runs.
On Sep 29, 9:47 pm, Kanishka Hettiarachchi wrote:
> Hello,
>
> This may have been asked before (apologies), however, did not find a
> good way to implement a schedule for puppet runs for a speciifc day
>
We're in the situation of dealing with multiple operating systems (and will
likely add another) and I'm quickly realizing that building logic in the
manifest to deal with the differences in Red Hat i386 vs Red Hat x86_64 vs
SuSE i586 vs SuSE x86_64 vs Mac is getting tedious. For instance, in the
ss
On Fri, Sep 30, 2011 at 10:23 AM, Mark Phillips wrote:
> Are you considering Solaris in this initiative too? Puppet, Facter, Augeas
> and ruby-augeas are all available from opencsw.org.
>
> I should look at doing mcollective too - when I have time ;-)
>
I'd be happy to put Solaris on our website
Has anyone used facter to gather and build host specific yaml files before,
was wondering how others were gathering and building this info for their
host. Any suggestions are appreciated.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post t
`facter --yaml` will build a yaml file for you, if that's what you're
looking for?
On Fri, Sep 30, 2011 at 11:49 AM, Greg Caldwell wrote:
> Has anyone used facter to gather and build host specific yaml files before,
> was wondering how others were gathering and building this info for their
> hos
We use different manifests per OS. It makes the underlying logic much
simpler, and is easily called by using either the 'kernel' fact or the
'operatingsystem' fact depending.
For things that are the same across supported Linuxes but different on
Solaris:
include module::$kernel
Where moduledir/m
On Fri, Sep 30, 2011 at 11:33 AM, Jeff Falgout wrote:
> We're in the situation of dealing with multiple operating systems (and will
> likely add another) and I'm quickly realizing that building logic in the
> manifest to deal with the differences in Red Hat i386 vs Red Hat x86_64 vs
> SuSE i586 v
That's nice and simple, thanks.
On Sep 30, 2011 2:58 PM, "Gary Larizza" wrote:
> `facter --yaml` will build a yaml file for you, if that's what you're
> looking for?
>
>
> On Fri, Sep 30, 2011 at 11:49 AM, Greg Caldwell wrote:
>
>> Has anyone used facter to gather and build host specific yaml file
On Thu, Sep 22, 2011 at 01:11:28PM -0700, jcbollinger wrote:
> On Sep 22, 12:54 pm, Robin Lee Powell
> wrote:
> > On Thu, Sep 22, 2011 at 09:53:46AM -0400, John Morrissey wrote:
> > > I'm using an Apache 2 base class based on
> > >http://projects.puppetlabs.com/projects/1/wiki/Debian_Apache2_Recip
On Sep 30, 1:16 pm, Aaron Grewell wrote:
> I'd prefer that the existing behavior remain the same and that a new fact be
> added for those that require it. I'd rather not have to interrogate a
> hypothetical Facter config file to determine what it means by 'hostname' on
> each given system.
I
Also, during manual installation of hudson , this is necessary:
Install these packages without verification [y/N]?
I am not sure if it is not able to take "y" during installation.
Please help, thanks!
On Sep 30, 10:41 am, Namrata wrote:
> I am trying to install hudson using puppet and I get the
Announce: New Puppet releases due to four security issues
=
Following the security vulnerability announced yesterday (CVE-2011-3848),
Ricky Zhou () alerted us to an unrelated
vulnerability. Our subsequent code audit uncovered three more vulnerabilities,
and we have now fixed all four of these
Puppet 2.6.11 is a security update release in the 2.6.x branch.
The only changes since 2.6.10 are security fixes for the following
vulnerabilities:
* CVE-2011-3870, a symlink attack via a user's SSH authorized_keys file
* CVE-2011-3869, a symlink attack via a user's .k5login file
* CVE-2011-3871,
Puppet 2.7.5 is a security update release in the 2.7.x branch.
The only changes since 2.7.4 are security fixes for the following
vulnerabilities:
* CVE-2011-3870, a symlink attack via a user's SSH authorized_keys file
* CVE-2011-3869, a symlink attack via a user's .k5login file
* CVE-2011-3871, a
I suspect that is in a later version than we are using at the moment. We
plan to upgrade, but aren't in a rush.
--
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-us
Are you using custom facts?
If so, you should check to see if any of them are unintentionally doing Bad
Things, e.g., modifying global state like environment variables.
-Josh
On Sep 24, 2011, at 7:22 AM, treydock wrote:
>
>
> On Sep 23, 5:42 pm, Brian Gupta wrote:
>> Over the years many sho
36 matches
Mail list logo