Puppet von puppetlabs

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen

install puppetlabs repo


Installation ueber github

apt-get install ruby 
apt-get install bundler
apt-get install mysql
  • DB anlegen
mysql> create database puppet_dashboard;
Query OK, 1 row affected (0.00 sec)
  • User anlegen mit entsprechenden Rechten auf der DB
mysql> grant all on puppet_dashboard.* to puppet@localhost identified by 'geheim';
Query OK, 0 rows affected (0.00 sec)

mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)

  • entpacken (/usr/share/)
unzip puppet-dashboard-master.zip