Installation
Do these steps on the node where you have installed Foreman:
-
yum install rubygem-nokogiri
-
gem install deface -v 0.7.2 --ignore-dependencies
-
git clone git://github.com/theforeman/foreman_simplify.git /usr/local/foreman_simplify
-
Put this into
/usr/share/foreman/bundler.d/foreman_simplify.rb
:gem 'deface', '0.7.2' gem 'foreman_simplify', :path => '/usr/local/foreman_simplify'
-
Run
bundle
as userforeman
in the/usr/share/foreman
directory.