Hi there , I'm following your tutorial and when I run rake spec i get this:
/home/dsa/.rvm/gems/ruby-2.3.0/gems/puppet-3.6.2/lib/puppet/vendor/safe_yaml/lib/safe_yaml/syck_node_monkeypatch.rb:42:in <top (required)>': uninitialized constant Syck (NameError) from /home/jegarcia/.rvm/gems/ruby-2.3.0/gems/puppet-3.6.2/lib/puppet/vendor/safe_yaml/lib/safe_yaml.rb:197:inrequire'
from /home/jegarcia/.rvm/gems/ruby-2.3.0/gems/puppet-3.6.2/lib/puppet/vendor/safe_yaml/lib/safe_yaml.rb:197:in `module:YAML'
I'm using puppet 4.5.2 and ruby 2.3.0 ... any clues? I've cloned your repo did bundle install and rake spec.
Hi there , I'm following your tutorial and when I run rake spec i get this: /home/dsa/.rvm/gems/ruby-2.3.0/gems/puppet-3.6.2/lib/puppet/vendor/safe_yaml/lib/safe_yaml/syck_node_monkeypatch.rb:42:in
<top (required)>': uninitialized constant Syck (NameError) from /home/jegarcia/.rvm/gems/ruby-2.3.0/gems/puppet-3.6.2/lib/puppet/vendor/safe_yaml/lib/safe_yaml.rb:197:in
require' from /home/jegarcia/.rvm/gems/ruby-2.3.0/gems/puppet-3.6.2/lib/puppet/vendor/safe_yaml/lib/safe_yaml.rb:197:in `module:YAML'I'm using puppet 4.5.2 and ruby 2.3.0 ... any clues? I've cloned your repo did bundle install and rake spec.
Thanks a lot!