Displaying 4 results from an estimated 4 matches for "calling_class".
2012 Oct 26
5
hiera broken in puppet-3
is anybody using hiera with puppet-3 and per-module hierarchy?
it seems calling_module/calling_class is entirely broken now.
see: http://pastebin.com/CfbW5Kcu and #16730 and PR1214 (which only fixes 
backend_puppet i think).
anyone has some unofficial patches? because i''m just stuck in migration :(
please don''t advise me to use data bindings as there is no way to use them 
in 2...
2012 Sep 26
6
Puppet 2.7, hiera 1.0 and hiera as an ENC
This is the situation I have:
All my hosts are the* same OS.*
All my host are in the* same puppet environment,* so I cannot use 
%{environment}
I have a module that sets all the *basic* functionality for the OS, 
resolution, authentication, security, packages, etc
I have a module for each application hosted.
At the moment all the ''data'' is in Puppet, mostly in parametrised
2013 Mar 14
5
Help me wrap my head around Yaml/Hiera with erwbgy/system
Trying to figure out the erwbgy/system plugin and just getting stuck.. 
first run it did some changes, but it ignored parameters for ntp and now 
its not refreshing if I update the yaml at all, Im slightly lost at what I 
may be missing :)
 
hiera.yaml
---
:hierarchy:
    - %{certname}
    - %{environment}
    - global
    - %{environment}/common
:backends:
  - yaml
:yaml:
  :datadir:
2012 Mar 23
11
Plugins and Hiera
Dear all,
This is a continuation of another thread, but I think the question diverged 
enough to create a new one.
I have a hiera hierarchy like this:
:hierarchy:
 - %{fqdn}
 - %{secundary_group}
 - %{primary_group}
 - %{productname}
 - all
And I need to define the secondary/primary groups as facts, on the nodes. Gary 
has suggested me to use plugins, that they will provide the facts before