[Puppet Users] Re: Announce: Hiera-Puppet 1.0.0rc1 Available

2012-06-04 Thread Jos Houtman
Hello, I am trying to install the hiera(-puppet) 1.0 rc's but I am having trouble installing from source. The goal is a 3.0 puppet installation with hiera. The rake file seems to be broken because it fails on the require on the 3rd line. What am i missing? Jos On Wednesday, May 23, 2012

Re: [Puppet Users] Re: Puppet/Hiera and Git workflow

2012-05-30 Thread Jos Houtman
As said we handle this a little different. One branch for development, staging and live. Development of the puppet code base is done using in puppet environments, which can be used to test a change across systems in any of the environments. Once people consider the change working it is committed

[Puppet Users] Re: Puppet/Hiera and Git workflow

2012-05-29 Thread Jos Houtman
I am setting up a new workflow myself, it will be as follows: One git repo for modules and manifests, a second for hiera. Branches are for features and personal development branches. I might install forge repositories in a different modulepath to force working with the community. The git

[Puppet Users] Re: Announcing Razor

2012-05-26 Thread Jos Houtman
nice!! This has excellent potential, two quick questions without getting hands-on first, So please tell me to get handson if that is actually the best way to see the maybe obvious. We are running in an hybrid system of physical hardware and openstack, does razor play nice together with

[Puppet Users] Re: Developers having access to deploy

2012-03-02 Thread Jos Houtman
Hi, For deployment we do not usually use puppet. The deployment we do with are puppet are for stable in house packages. This is then done by releasing a new version in our package environment and utilizing ensure = latest for the package type. But for frequent deployment methods I would

[Puppet Users] Re: Best way to test changes?

2012-02-24 Thread Jos Houtman
We have a stable environment and an evironment for every developer. Upon changes we manually test the change using the different environments. We also have alerting on the /var/lib/puppet/state/ last_run_summary.yaml file, which tells us if a manifest did not apply properly. Cheers, Jos On

[Puppet Users] Parameterized classes override of parameter

2012-02-20 Thread Jos Houtman
Hi group, I expect parameterized classes to behave simular to types in relation to overrides, but obviously this is not the case. Could someone what is should then expect from overriding an parameterized class. what I have is: class dns(dns_servers) { file{'/etc/resolv.conf': content =

[Puppet Users] Re: intermodule dependency

2012-01-31 Thread Jos Houtman
In general, I try and think of module dependencies and organization as a matter of composition.  Discrete modules themselves should avoid establishing relationships with other modules.  A module should, however, be diligent about managing the internal relationships of the classes and

[Puppet Users] Re: intermodule dependency

2012-01-31 Thread Jos Houtman
the expectations and practices of manifest developers, rather than by providing tools to directly control ordering.  I hope you nevertheless find this useful. This sure is usefull, talking helps to understand the problem and the pro's/con's of different solutions. Jos Houtman -- You received this message

Re: [Puppet Users] intermodule dependency

2012-01-29 Thread Jos Houtman
In this case, the link between the differring blocks should be externalized from your ldap module (e.g. the ldap module should care about stuff related to ldap.. not about relations to other modules). You could put the order declaration in a node type or node role kind of class that you

[Puppet Users] Advice/Best practices inter-module dependencies

2012-01-26 Thread Jos Houtman
packages, which again makes maintenance of the package module more difficult to do right. So after this rather longer email explaining our problem and some of the options we explored, how do you guys handle these kind of complex inter-module dependencies? Cheers, Jos Houtman -- You

[Puppet Users] intermodule dependency

2012-01-26 Thread Jos Houtman
of the package module more difficult to do right. So after this rather longer email explaining our problem and some of the options we explored, how do you guys handle these kind of complex inter-module dependencies? Cheers, Jos Houtman -- You received this message because you are subscribed

[Puppet Users] Advice/Best practices inter-module dependencies

2012-01-26 Thread Jos Houtman
of the package module more difficult to do right. So after this rather longer email explaining our problem and some of the options we explored, how do you guys handle these kind of complex inter-module dependencies? Cheers, Jos Houtman -- You received this message because you are subscribed

[Puppet Users] Re: Facter - the future - your input needed

2009-01-30 Thread Jos Houtman
Hi, I have only developed an ip/interface fact that uses ip2 instead of ifconfig. In order to detect multiple ip's per interface. And my conclusion was that I really wanted some complexer data structures and an easier integration with puppet. jos On 1/29/09 10:55 PM, James Turnbull

[Puppet Users] Accessing files in custom function relative to the current module

2008-12-16 Thread jos houtman
the current module path. so that i can access the config file that is in modules/ganglia/config/. so I want something like this: IO.readlines( puppet.prefix() + config/ganglia-config.cfg ) Is this possible? With regards, Jos Houtman --~--~-~--~~~---~--~~ You received