Displaying 20 results from an estimated 1000 matches similar to: "Couple of blog posts on puppet design"
2011 May 31
0
Extlookup++
On Fri, May 27, 2011 at 1:08 PM, R.I.Pienaar <rip@devco.net> wrote:
> And for what its worth this afternoon just to see how hard it is
> and to again ask to myself ''wtf has no-one done this yet?'' and also
> ''wtf are people at Puppet Labs reinventing this wheel?'' I wrote
> a new extlookup that has pluggable backends.
>
The bit about
2013 Feb 08
1
Still getting an error....Re: Mcollective/Puppet Plug-In
Now, I am getting this ....
Thanks for the help!
puppet5 : Cannot validate input: Unknown
validator: ''puppet_server_address''.
Cannot validate input: Unknown validator:
''puppet_server_address''.puppetdev04 : Puppet
command ''puppet agent --test --onetime --daemonize --color=false --no-splay
2012 Mar 05
1
New hiera backend for mysql
Hi all,
Over the weekend I came up with a new backend for hiera for looking up
configuration values directly from a MySQL database that may be useful
to some....
http://www.craigdunn.org/2012/03/introducing-hiera-mysql-mysql-backend-for-hiera/
http://github.com/crayfishx/hiera-mysql
Regards
Craig
--
Craig Dunn | http://www.craigdunn.org
Yahoo/Skype: craigrdunn | Twitter: @crayfishX
--
2010 Jul 07
7
inventory of managed resources
Hi,
are there any good ways of scripting an inventory of managed resources on
all nodes? I''ve found the inventory script by R.I.Pienaar (
http://www.devco.net/archives/2010/02/26/what_does_puppet_manage_on_a_node-2.php)
which does what I want but only locally on each client. Is there any native
way of syncing the client_yaml data centrally or any other way of doing
this?
I need a
2013 Jan 11
13
Profiles, Hiera, and create_resources('class','...')
Hi all,
We''ve recently started exploring the role / profile / component module
described by Craig Dunn in his blog here:
http://www.craigdunn.org/2012/05/239/ and discussed on the list the other
day. As I was implementing this for
a profile using the apache module, I realized that I could make another
refinement to our approach by using
2010 Sep 28
15
YUMREPO { productname => PowerEdge 2650}
Hello All,
How do I specify a variable that has a space in it? I''m trying
to setup a yum repo that has two different baseurl''s based on the
product name ($productname). Default goes one way, but if the product
is "PowerEdge 2650" then is a different URL. The thing is, that is
only picking up the default. How should I specify the value with the
space in the
2012 May 30
20
Thoughts on job listings?
How do folks feel about getting Puppet job listings on this list?
I''ve rejected a few that we quite spammy, but when the subject matter
really is a system admin with puppet experience, the decision becomes
a bit different.
I''m looking for general feelings. A simple +1 or -1 would be great.
Mike
--
You received this message because you are subscribed to the Google Groups
2005 Dec 29
0
reboot domU failes
Hi List,
beneeth some debian domU''s I tried fedoraCore3 from xen-get...
My tests are sucessfull bu I can''t reboot this domU. The domU seem to
shutdown correctly but doe not start again.
xm list does not show my fedore domU again and an manual xm create leads to:
Error: Device 2049 (vbd) could not be connected.
File /opt/xen/domains/tta/disk.img is loopback-mounted through
2010 Nov 11
12
When do modules get auto-imported
My understanding was that at the beginning of each run the
puppetmaster imports all modules so that any includes at the top level
are applied directly. However, I am not so sure anymore.
I''ve been tracing how this works and it seems like modules are
included more lazily. In other words, when able_to_import is called
seems like when the magic happens, rather than up front when the run
2016 Feb 09
2
[RFC] Lanai backend
Do you MC support?
Cheers,
Rafael
On Feb 9, 2016 1:12 PM, "Jacques Pienaar via llvm-dev" <
llvm-dev at lists.llvm.org> wrote:
>
>
> On Tue, Feb 9, 2016 at 10:05 AM, Chandler Carruth <chandlerc at google.com>
> wrote:
>
>> On Tue, Feb 9, 2016 at 9:58 AM Hal Finkel via llvm-dev <
>> llvm-dev at lists.llvm.org> wrote:
>>
>>>
2013 Mar 05
9
Mcollective/Puppet Connector
When attempting to execute the mcollective puppet plugin:
# mco puppet runonce -v
aixl : execution expired
aixj : execution expired
I get an error, ''execution expired'' on some hosts. However, these hosts
respond via mco ping and, I have verified the date/time on the servers.
The puppet agent is also
2012 Sep 30
22
in-module data with hiera
hello,
Till now hiera-puppet was the only way I know that allowed hiera data to
be loaded from inside a module.
The problem with this was that it was still subject to the site specific
hierarchy which means a module author had a pretty hard time to store
his data in a proper way in his module thus perpetuating the use of the
params classes pattern.
Now that Puppet 3 is out and it''s gem
2011 May 13
18
Thoughts about extlookup: http://blog.wl0.org/2011/05/thoughts-about-extlookup-in-puppet/
Hi,
I have been trying to improve the coding of some of
my puppet recipes and had some trouble so wrote this:
http://blog.wl0.org/2011/05/thoughts-about-extlookup-in-puppet/
Comments on the web seem to indicate that extlookup() solves "all
problems" but I don''t really see that and hence have proposed a possible
way to keep the data closer together and make the extlookup()
2009 Oct 08
3
quick split function question
With 0.25 we can use the split function to parse a string in to an array.
In puppet how can I reference a single element of that array?
$temp = "1,2,3,4"
Then i''d lilke to do :
$val = split($temp,'','')[0]
Thanks,
Matt
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2013 May 20
2
hiera-gpg and 400 error
Hello
I am setting up servers with a puppetmaster and various nodes, all running
Debian Wheezy with the Puppet 3 packages from Puppetlabs. The Puppetmaster
is configured with Passenger and Apache.
I am trying to use hiera-gpg to encrypt passwords, I have it installed and
have created a key as described here:
http://www.craigdunn.org/2011/10/secret-variables-in-puppet-with-hiera-and-gpg/
On
2016 Feb 09
3
[RFC] Lanai backend
The ISA & encoding is documented in the comments and diagrams of
lib/Target/Lanai/LanaiInstrFormats.td. If that makes sense I'll add a link
to this tablegen in docs/CompilerWriterInfo.rst.
Thanks,
Jacques
On Tue, Feb 9, 2016 at 2:12 PM, Sean Silva <chisophugis at gmail.com> wrote:
> Do you have a psABI document? Or an ISA reference? Or an encoding
> reference?
>
> I
2012 Jan 11
5
augeas error: Could not evaluate: unknown error - Failed to initialize Augeas
Hi,
I am running puppet 2.6.12 on a SLES11SP1 server. I get the following error
message as part of the puppet catalog run on a SLED11SP1 client.
Augeas[sap_host_entries](provider=augeas): Opening augeas with root /, lens
path , flags 0
err: /Stage[main]/Sap/Augeas[sap_host_entries]: Could not evaluate: unknown
error - Failed to initialize Augeas
Can somebody shed some light on the error
2011 Jan 07
18
Exactly how do people replace include with parametrised classes?
Hi list,
Reading the thread "can a class require an other class?" it''s been
mentioned that perhaps one way forward for the Puppet language is to
phase out the include keyword in favour of parametrised classes. I''m
thinking of my Puppet and the several levels of include chaining I use
and I''m wondering how on earth that''d be possible. Maybe
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 Apr 19
4
Puppet environment can't be used in extlookup (precedence)
Anyone able to explain why "$fqdn" works and "$environment" doesn''t in:
$extlookup_precedence=["%{fqdn}","%{environment}","common"]
How to reproduce it:
-----------------------------
- In "/etc/puppet/manifests/site.pp" :
$extlookup_datadir = "/etc/puppet/manifests/extdata"