Configuring puppet master ubuntu/debian

Installing puppet version 2.7.3 I will be installing the package via ruby gems. I do not like it all but the packages available in the apt repository are to old. Install ruby, rubygems and dependencies apt-get install ruby rubygems libopenssl-ruby Install puppet via gem gem install puppet --version=2.7.3 Puppet executables You have to options here: Add the gem bin path to your .profile echo export PATH="$PATH:/var/lib/gems/1.8/bin" /root/. [Read More]