[Puppet Users] Puppet apply hangs when trying to use puppet.conf manifest attribute

2014-02-20 Thread Alan Castro
h I found this issue: https://projects.puppetlabs.com/issues/10538. Is there any way that this can get looked up again? For now, I've been using a workaround: puppet apply --environment=dev $(puppet master --environment=dev --configprint manifest) Thanks Alan Castro -- You received thi

[Puppet Users] Re: call exec into another class as a variable / how to get output of shell echo $(($(date +%s) / 60 / 60 / 24)) into variable

2014-02-03 Thread Alan Castro
Why don't you use inline_template and call a ruby function that returns what you want? On Saturday, February 1, 2014 12:15:37 PM UTC-4, jyotir bhandari wrote: > > Hi > > I have date as shell command 'echo $(($(date +%s) / 60 / 60 / 24))', I > want to call this command in parameter of puppet modu