From https://docs.puppetlabs.com/references/latest/function.html#hierainclude

To use hiera_include,  the following configuration is required: 

• A key name to use for classes, e.g. classes.
• A line in the puppet sites.pp file (e.g. 
/etc/puppetlabs/puppet/manifests/sites.pp) reading hiera_include('classes'). 
Note that this line must be outside any node definition and below any top-scope 
variables in use for Hiera lookups.

(My italics)

<my_opinion>
The way hiera_include is being used is just asking for unexpected effects.
</my_opinion>

In the immortal words of Dennis Miller, "Of course that's just my opinion, I could 
be wrong."
“Sometimes I think the surest sign that intelligent life exists elsewhere in the 
universe is that none of it has tried to contact us.”  (Bill Waterson: Calvin & 
Hobbes)

On Jun 16, 2015, at 02:09 PM, Neil <n...@iamafreeman.com> wrote:

Whilst I don't like it, I'm intrigued as to what is scaring you?
Looks like someone has modelled profiles in hiera/yaml rather than saying
include profile::aa
  and having
class profile::aa () {
  include syslog
  include ttys
....
Perhaps they just felt like it?
If you trust people puppet you are trusting them with the resources the 
manifests are applied to. Probably best if they don't scare you ;)
On 16 Jun 2015 18:11, "Dan White" <d_e_wh...@icloud.com> wrote:
It scared the beans out of me when I found this code in a manifest I am tasked 
to update / refactor.
Does this look as outrageously wrong to you all as it looks to me ?

Variable names have been edited to protect the guilty

class role::one {
  hiera_include('profile::aa')
  hiera_include('profile::bb')
  hiera_include('profile::cc')
}
...and then in common.yaml:

profile::aa :
  - syslog
  - ttys
  - ...(continues)
“Sometimes I think the surest sign that intelligent life exists elsewhere in the 
universe is that none of it has tried to contact us.”  (Bill Waterson: Calvin & 
Hobbes)

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/6abd7a96-10c9-4668-9996-e8a25917b1d7%40me.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAAohVBeW%2BEAFE5H%2BJ6q%3DyQH%2BfUKxJdAjJ7E8y%2Bh_jrRN%3D9d-cA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/0406ec23-790d-4e0a-80de-da62fdf941be%40me.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to