similar to: Accessing the puppet configuration settings from an external script?

Displaying 20 results from an estimated 60000 matches similar to: "Accessing the puppet configuration settings from an external script?"

2008 Sep 04
8
Potential new puppet user: two questions
Hello, I am examining whether puppet meets our needs. I can''t find the answer to two questions I am looking to answer, hopefully someone can help. 1. Can puppet be used to manage different classes of the same computers, e.g. do something on the apache test farm, if it works then do it on the apache live farm; and is this done cleanly? 2. How are package updates (e.g. yum update/yum
2010 Oct 22
15
Accessing Facter in other languages than Ruby?
Hi all, We''re writing a few scripts at the moment that could really make use of Facter, however the vast majority of them team (including my self!) are not proficient in Ruby, however they are highly proficient in other languages such as (dare I say it!) Python. Is there (or are there any plans to!) release bindings for other languages to enable facts to be used in scripts other
2010 May 03
1
Simple issue with templates.
Hi all, My brain is now officially dead! I have a series of modules that have a tree layout as documented in the "best practice" guide. One of the directories I have is "templates" and in this directory I have placed a template.erb file, however no matter how I refer to the path in my init.pp, I cannot get it to include. I''ve even set "templatedir" to
2008 Sep 22
0
Puppet Node Configuration Query
Hi, I am using puppet for maintaining a number of node configuration management . I want to change my configuration from outside the puppet . so what will be the best possible solution for them ? Storeconfig or LDAP ? Thank you very much , -- Subhasis Dasgupta www.kaavo.com Phone : +919830282548 skype : subhasis.dasgupta --~--~---------~--~----~------------~-------~--~----~ You received
2008 May 10
2
Public git repos of Puppet Modules configuration sets
On http://puppet.reductivelabs.com/trac/puppet/wiki/Recipes are currently listed two complete sets of puppet configurations: the remarkable David Schmitt''s Complete Configuration: git clone git://git.black.co.at/manifests davids-manifests the Lab42 Puppet Infrastructure I''m working on (alpha stage, nothing is definitive): git clone git://live.lab42.it/puppetinfrastructure
2013 Feb 14
0
Really need some help:: Weird Issue with external data look up in puppet 2.6.11
Running puppet 2.6.11 opensource on Red Hat 5.6 client. I cannot explain this logically but I have a directory structure like so: /etc/puppet/manifests/hiera/hostgroups/ with directories for each of my application areas like so: *clickz core devel dns icross iswap itch puppet test ubuntu* *What is weird is that if I put anything under the directory named "core", the ext
2012 Mar 15
3
using puppet to configure local settings
Hi, I was asked by my boss if puppet can handle the following scenario. - 2 server (A and B) - same config for each server, eg. /etc/resolv.conf (nameserver 1.2.3.4) - but B should have a local unique requirement of another nameserver 5.6.7.8 so, A will have nameserver 1.2.3.4 but B will have nameserver 5.6.7.8 nameserver 1.2.3.4 when we change the global nameserver 1.2.3.4 to 9.8.7.6, it
2012 Aug 08
0
Puppet exec script generate exit 0 but script not run
Hi I have a simple class wriited to deploy a tar file and and extract on a puppet client; The copy of the tar file works fine, the dashboard logs indicate a successfull run but the tar file has not been extracted, exec { "Deploy Code": command => "/bin/tar -xvf /var/tmp/deploy.tar", onlyif => [
2012 Jun 08
2
MySQL settings for puppet dashboard
Hello Group, I have a problem with pending tasks in puppet-dashboard after I set the MySQL parameter autocommit = 0 and sql_mode = TRADITIONAL. Does the dashboard need autocommit to be enabled? Workers are running: env RAILS_ENV=production script/delayed_job status delayed_job: running [pid 4995] delayed_job: running [pid 5019] Regards Kai -- You received this message because you
2009 Nov 22
0
Puppet 25.1 + stored configuration (with sqlite) + augeas on Ubuntu 9.04 or 8.04
> Adam, you should be able to either grab the unstable deb from here: > > http://packages.debian.org/sid/puppet > > or build from source using git-buildpackage, this post describes how: > > http://explanatorygap.net/2009/10/29/puppet-0-25-1-debs-done-but-dela... Thank you very much!! I have already tried the debian-experimental packages on both Ubuntus, but I finally gave up
2013 Feb 13
1
`./puppet-enterprise-uninstaller -pd` - not removing /var/lib/peadmin
Puppet 2.7.19 (Puppet Enterprise 2.7.0) When I try to uninstall/purge the product using command below, /var/lib/peadmin/.* remains ./puppet-enterprise-uninstaller -pd [root@puppettarget peadmin]# ls -la total 44 drwx------ 5 502 502 4096 Feb 13 13:13 . drwxr-xr-x. 24 root root 4096 Feb 13 15:13 .. -rw------- 1 500 500 1952 Feb 12 16:18 .bash_history -rw-r--r-- 1 502 502 192 Feb 11
2011 Feb 14
0
Puppet configuration for MySQL master-slave replication
I ''m a beginner to puppet . I know only basic stuffs about puppet. I would like to create a puppet configuration in which the master''s configuration can be tweaked so as to perform replication and new mysql slave nodes will be automatically configured to become replica I''m able to perform some basic operations on MySQL server using this article [
2010 Jun 11
2
Could not run Puppet configuration client: undefined method `keys' for nil:NilClass
I''m getting this error message quite often on the puppet clients. I don''t know what it means. Restarting puppet often helps and the messages will go away, but suddenly it will come back again. Any thoughts? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2008 Aug 21
11
spam on this list..
Is there anyway we can get rid of this crap on this list? It''s getting old fast. --~--~---------~--~----~------------~-------~--~----~ 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
2009 Jul 21
2
Toward a simple Nginx configuration for Puppet Mongrel
Hi, I''ve created two Nginx patches (see at the end of this message) to allow a simpler Nginx configuration for your Mongrel puppetmasters. The two main issues with Nginx in front of puppet were: * no CRL support * no optional certificate verification (and thus we''re forced to have two separate configs on two different ports, and to use --ca_port). Now, it is as simple as
2010 Mar 18
0
Puppet type / configuration for Bacula
Hi, I am trying to use puppet to configure bacula. I am wondering whether anybody have done anything for this before? Bacula needs 2 files for every client, with a common shared key per client in these 2 files. The best solution I can think is to write a script that generates these 2 files per client. However, this is not very automated and elegant. I have seen in the mailing list archives of a
2010 Mar 30
0
Howto get LDAP attributes outside the host configuration container into puppet.
Hello All, I would like to ask how to get LDAP attributes from outside of the host container. What do I mean by "host container": It''s basically a tree node in LDAP that holds (contains) host-specific attributes. This would for instance be a node identified by the following DN:
2013 Apr 13
0
run/exec a script from puppet dashboard on multiple servers?
hey, is there a way to run/exec a script on multiple servers manually from the puppet dashboard? i have several servers running my java application and i need the ability to start them all or stop them all manually from the dashboard . thanks or -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and
2012 Oct 24
1
Exec python script on puppet clinet running on windows
I am trying to execute a python script from manifest file on puppet windows based client: exec {''ez_setup.py -U setuptools'': #command => ''C:\Python27\ez_setup.py -U setuptools'', cwd => ''C:\Python27'', path => ''C:\Python27;%PATH%'', #creates => ''C:\Program,
2013 Apr 19
12
How to pass puppet/hiera veriable to external script ? Do I need to ?
Hi, I have a problem with running puppet with hiera based data. I am trying to cleanup user accounts on a range of servers (to have the same uid/gid). When I create existing account but with different uid/gid it doesn''t change files group ownership so I need to run a script which cleanups after cleanup ;-) I use the following code: --- :backends: - yaml :hierarchy: -