Davi Koscianski Vidal

Results 39 comments of Davi Koscianski Vidal

I was having the same problem. It turns out I was missing a class from my autoloader. Fixing composer and dumping the autoload again solved the issue. I figured this...

This issue was solved by https://github.com/kriswallsmith/assetic/pull/845 . I just faced this issue and was able to solve it using this PR.

Sorry! Misunderstood what you said @LukeTowers . I think I finally got it right: https://github.com/assetic-php/assetic/pull/2

FWIW, I'm using Puppet 4

@jlintz I'm getting no errors. It simply does not work. I asked around at #puppet , and it looks like this doesn't work.

@jlintz I'm not sure as to how to do that. Can you point me to any doc?

@rnelson0 this is what I'm trying to accomplish: https://github.com/davividal/rcjenkins . On my node I'm simply running puppet agent -t -v. I'm sure that hiera is working because my modules' vars...

Also: ``` # hiera -c /etc/puppetlabs/puppet/hiera.yaml nginx::nginx_vhosts fqdn=ip-192-168-1-156.sa-east-1.compute.internal environment=stage --debug DEBUG: 2016-09-28 17:22:54 -0300: Hiera YAML backend starting DEBUG: 2016-09-28 17:22:54 -0300: Looking up nginx::nginx_vhosts in YAML backend DEBUG: 2016-09-28...