Nope not it.
Correct info:
Nov 10 22:22:38 archive puppetmasterd[19932]: Not authorized to call
find on /file_metadata/network-config/hosts/nsswitch.devcentos5.conf
request.node: devcentos5.empoweringmedia.net request.ip: 192.168.10.41
I modified indirection.rb to spew out this output.
Keep in
CAn someone point me to some documentation on the autoloader? I'm
trying to understand the relationship between class name, files names
and the import command.
---
Thanks,
Allan Marcus
505-667-5666
--~--~-~--~~~---~--~~
You received this message because yo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Paul Nasrat wrote:
> I'd like to make sure there is still a low cost of entry to getting
> patches in - so it should be possible to insert a simple pointer in a
> ticket to the CLA, it should also be really easy for me to discover
> (probably based on
I've been testing puppet 0.25.x in a two system test environment for a
while now, just waiting for the day that I could deploy into
production (currently 0.24.8). Yesterday I applied your patch to
0.25.1 and finally had things working! Here is my setup:
System A:
Centos 5.4
httpd-2.2.3-31.e
I had an init script that was exhibiting the same behavior of only
creating the start links, but after adding a properly formated BEGIN
INIT INFO section to the header of the init script, the kill links
were also created when I ran "chkconfig on", so the lesson
here should be to format the header
Hi Dan,
I'm not upgrading, I'm installing a server from scratch. I want to
upgrade just my puppetmaster and leave the clients alone for now,
because Puppet is a huge part of our infrastructure I can't do it all
in one pass.
I can get a single puppetmaster up and running. I cannot then get a
seco
Hi Paul,
I am currently (but unfortunately slowly) staging this, so far I have done
the following:
1. installed .24.8 with passenger, tested
2, Upgraded to .25.1(head from git)
3. Reconfigured passenger
4. Tested client/server on one machine
5. Upgraded additional client machine to.25.1
6. Veri
Dan,
This looked like exactly what I needed, but I couldn't get this to
work either. I'm at my wits end and have given up completely on the
upgrade to 0.25.1 at this point.
I will now go pester my boss to buy support.
--Paul
On Fri, Nov 6, 2009 at 9:38 PM, Dan Bode wrote:
> Hi Paul,,
>
> I ju
2009/11/9 Luke Kanies :
> As promised in the spring[1], we're finally starting to execute on our
> licensing and copyright strategy.
> Over the next week or two, we'll be adding the necessary documentation
> to the web site, hopefully with all of the questions answered. Anyone
> who's contribute
jcbollinger wrote:
> I'm not sure how your service is getting into the state it's in, but
> the problem is a faulty or damaged installation of the service, not
> improper behavior of Puppet. Puppet service management assumes that
> the service is already correctly installed, and that includes th
On Nov 10, 9:46 am, jcbollinger wrote:
> I have no idea why yum-updatesd seems to be behaving differently in
> this regard, but it's the one that's erroneous.
Actually, that's too strong. The docs don't specify what happens if
is used with a service that is not already "managed" by
chkconfig
On Nov 10, 12:16 am, Douglas Garstang wrote:
> Here's what I get with an unmodified httpd startup script...
>
> gumby /etc/rc.d:# chkconfig --del httpd
>
> gumby /etc/rc.d:# chkconfig httpd on
>
> gumby /etc/rc.d:# find . -name *httpd*
> ./rc3.d/S85httpd
> ./rc4.d/S85httpd
> ./init.d/httpd
> ./
On Nov 9, 11:20 pm, Douglas Garstang wrote:
> Thanks for checking that. Wow, this REALLY sucks in the current
> implementation then. Without the init scripts being called on
> shutdown, lock files don't get cleaned up, and the services don't
> start on the next boot. That's bad.
I'm not sure h
Could it be the chkconfig header in the specific init.d script that you're
trying to add that is booched? What does that header look like?
Cheers,
Eric
On Mon, Nov 09, 2009 at 10:36:08PM -0800, Douglas Garstang wrote:
>
> Dan,
>
> Hmmm works for me with yum-updatesd too. Well, I'm confused.
Hi all,
I've been reading
http://reductivelabs.com/trac/puppet/wiki/TypeReference#service and I
did not find out how to manage a service that only enables a cron:
like:
# /etc/init.d/pakiti status
nightly pakiti update is disabled
# /etc/init.d/yum status
Nightly yum update is disabled.
statu
Oops, I see that the original post was duped, and there is a whole
thread attached to the copy:
http://groups.google.com/group/puppet-users/t/50043ed01db9599a?hl=en.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"
On Nov 9, 5:50 pm, Douglas Garstang wrote:
> So, I noticed that when adding a service to puppet, puppet is running
> a chkconfig . However, as far as I can tell, puppet should be
> running a chkconfig --add , otherwise the symlinks don't get
> created from the service in /etc/rc.d/rc6.d back to
Wasn't there a facter 1.5.4 bug that caused this hang on RHEL4?
Dan Bode wrote:
> In my experience, the most likely cause of puppet hanging would be a
> hung connection on the package manager. The default package manager
> for RH4 is up2date, could this be the problem?
>
> If its supposed to use
In my experience, the most likely cause of puppet hanging would be a hung
connection on the package manager. The default package manager for RH4 is
up2date, could this be the problem?
If its supposed to use yum, then try setting the default provider for
Package to yum.
Package {
provider => $op
hi
puppet provides the following function to maintain authorized_key
files:
http://reductivelabs.com/trac/puppet/wiki/TypeReference#ssh-authorized-key
we mange our keys with the following statement:
class ssh::authkey {
ssh_authorized_key{$my_user:
ensure => present,
target => '/root/
I'd like to present a tool we have been using internally to manage our
customers' servers. We named it "initr" and it is a Redmine plugin, see
http://www.initr.org/projects/initr
Basically it is an external node configuration tool with a web user
interface. It interacts with puppet through extern
Julian Simpson schrieb:
> Those TDD style tests can be pretty ugly. In theory you can use them
> as a spec to describe what code does, but in practice, no. So a guy
> called Dan North coined the term Behaviour Driven Development, and
> focussed on the language used to help Business Analysts or o
Hi
i'm using puppet version .24.8 on both servers puppetmaster and puppet
client . We have some rhel5 servers and some rhel4 servers . On rhel5
servers i dont any issues , but on rhel4 servers , Puppet client hangs
after loading state . I upgraded the ruby version to 1.8.6 to be on
the safe
Luke Schierer wrote:
> Does anyone have a puppet recipe that would remove extraneous
> permissions on files and directories without explicitly setting what
> the permissions should be? I have an application that creates and
> manipulates a bunch of temp files and directories under /tmp, and
24 matches
Mail list logo