标签:where x86_64 ase centos 6 html HERE upd ice gen
Centos 6.8安装puppetserver+dashboard:安装puppetserver:
下载网址:
http://yum.puppetlabs.com/puppet5/el/6/x86_64
安装puppet-dashboard:
use mysql;
update user set password=password("xxxxxxx") where user=‘root‘;
create database puppetdash default character set utf8;
grant all on puppetdash.* to puppetdash@‘localhost‘ identified by ‘xxxxxx‘;
flush privileges;
exitvi /usr/share/puppet-dashboard/config/database.yml
production:
database: puppetdash
username: puppetdash
password: xxxxxx
encoding: utf8
adapter: mysql
development:
database: puppetdash
username: puppetdash
password: xxxxxx
encoding: utf8
adapter: mysql
:wq
report = true
reports = store, http
reporturl = http://10.0.0.3:3000/reports/upload
:wq
Centos 6.8安装puppetserver+dashboard
标签:where x86_64 ase centos 6 html HERE upd ice gen
原文地址:http://blog.51cto.com/yangzhiming/2161105