puppet-face-bucket
puppet-face-bucket copied to clipboard
Update Documentation
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'
}