no Stephen this doesnt work
is there any other way of installing puppet modules?
through yum?
On Sunday, December 1, 2013 9:10:15 AM UTC+5:30, Stephen Wallace wrote:
>
> Maybe something as simple as using httpS? The puppet module face requires
> https when downloading I believe.
>
> Try 'export h
Hi,
I've taken a look into the issue and it would appear that your root
problem is wrong template syntax. The below is not strictly valid:
On 11/27/2013 02:40 PM, David Portabella wrote:
> file.txt.erb
> var from file.txt.erb: <%= @var %>
What works as expected:
> var from file.txt.erb: <%= var
Hi,
> What works as expected:
>> var from file.txt.erb: <%= var %>
using var instead of @var produces this warning on puppet 3:
*Warning: Variable access via 'var' is deprecated. Use '@var' instead. *
and it's explained here: http://docs.puppetlabs.com/guides/templating.html
*Historically, all
Absolutely! Sorry I had missed the deprecation warning earlier.
Full agreement on all points.
Debugging away... :-)
On 12/01/2013 11:21 AM, David Portabella wrote:
> Hi,
>
>> What works as expected:
>>> var from file.txt.erb: <%= var %>
>
> using var instead of @var produces this warning on pu
Hi guys,
I've a class-x, which should overwrite or use the parameters of class-y
which are saved in an Hiera ".yaml"-file. How can I do that?
I really need your help!
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this gr
Hi Felix,
The DisplayName from the registry key
HKEYY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\NSClientpp\DisplayName is
"NSClient++ (x64)" in binary it is
A hexdump of whats in my puppet manifest on linux gives
534e 6c43 6569 746e 2b2b 2820 3678 2934
000a
while what regedit says its sto
On Wednesday, November 27, 2013 11:13:52 PM UTC+1, Henrik Lindberg wrote:
>
> On 2013-27-11 17:33, Israel Calvete wrote:
> > Hi all,
> >
> > I try write a custom function
> >
> > My code:
> >
> > / $gluster = {/
> > /'10.241.5.6' => '/data/gv0/brick1',/
> > /'10.241.5.7' => '/da
Hi Everyone,
I am currently trying to learn puppet through this book called Puppet 3
Beginners Guide by John Arundel and it talks about distributing puppet
manifests using git. As I'm going through it, it looks a little pieced
together and complex.
I was wondering what was the best way? Using
On Sunday, December 1, 2013, Jeffrey Smith wrote:
> Hi Felix,
>
> The DisplayName from the registry key
> HKEYY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\NSClientpp\DisplayName is
> "NSClient++ (x64)" in binary it is
>
> A hexdump of whats in my puppet manifest on linux gives
>
> 534e 6c43 6569
Hi,
I don't fully understand how the problems you mention are connected, but
the observed "caching" behavior may be due to
https://projects.puppetlabs.com/issues/17210.
HTH,
Felix
On 12/01/2013 04:44 PM, Israel Calvete wrote:
> Somehow, the code was being cached in my pool of puppet masters.
>
Hey mate. I am getting the same problem as you.
Have you fixed id?
Thanks!
On Tuesday, November 19, 2013 12:13:08 AM UTC+11, Sans wrote:
>
> Dear all,
>
> I just upgraded the OS of my PuppetMaster from Debian Squeeze to Wheezy
> (on AWS/EC2) and since then all the clients hangs at:
>
> Info:
Hi,
I want Puppet to take each module's own "hiera.yaml"-file, which is in the
module-directory.
That works if I use "puppet agent --apply --binder
--hiera_config=/path/to/module_hiera.yaml -e 'include classxy'"
but Puppet doesn't find the parameters if I use "puppet agent --test"
How can I fi
I want to implement a scenario where I can mix and match multiple roles on
any managed node. The particular roles played by a node are available as
facts (role1=webserver, role2=appserver etc )In development all the roles
will be played by one host, and in production a server might play only one
Same problem here
:(
On Sunday, December 1, 2013 2:27:42 AM UTC-5, Steven Jonthen wrote:
>
> Hi,
>
> I have this problem: Hiera only looks inside "data/common.yaml"-file,
> which is in my module-directory. When i put other data into another yaml
> file "data/example.yaml", then Puppet doesn't
I recommend you run the master with --debug and --no-daemonize, you
should be able to see all hiera searches for each parameter. At least
that helped me a lot.
On 12/02/2013 06:32 AM, Igor Berger wrote:
> Same problem here
>
> :(
>
>
> On Sunday, December 1, 2013 2:27:42 AM UTC-5, Steven Jonthen w
15 matches
Mail list logo