Displaying 3 results from an estimated 3 matches for "lang_scope".
Did you mean:
lan_scope
2012 Oct 08
1
Resource Scope
...7
Yet, if I comment out that line so that puppet runs ok, and then look
at the state.yml file on the client, I see:
"Lvm::Volume_group[bcvg]":
!ruby/sym checked: 2012-10-08 17:05:45.117364 +00:00
Now, according to the puppet docs at
http://docs.puppetlabs.com/puppet/2.7/reference/lang_scope.html,
resource titles are all global.
So.... what gives? By definition, this should not be occurring.
Doug.
--
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 unsubsc...
2013 May 02
3
How to refer to common variables across multiple modules?
We need to refer to common variables across multiple modules. For example,
our dns module, firewall module and monitoring module need knowledge of our
radius server IP address. Is the correct approach to create a ''common''
class where these variables are defined and then reference them from each
module and create a class dependancy as below. We are using a custom ENC
which
2013 Aug 22
4
Could not parse for environment production: Cannot assign to variables in other namespaces
We''re trying to set a role variable in one of our role classes i.e.
class role::nameserver {
$::role = ''nameserver''
include profile::baseline
}
however we get the following error
Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
Could not parse for environment production: Cannot assign to variables in
other namespaces
We do not get