puppet-face-bucket icon indicating copy to clipboard operation
puppet-face-bucket copied to clipboard

Update Documentation

Open jhg03a opened this issue 9 years ago • 0 comments

In order to make this work with Puppet 4, you need to be sure your RUBYLIB contains the lib dir. A sample resource below would have been helpful.

file { '/etc/profile.d/puppet-face.sh':
  content => 'export RUBYLIB=/opt/puppetlabs/puppet/cache/lib/puppet/:$RUBYLIB'
}

jhg03a avatar Feb 10 '16 03:02 jhg03a