mirror of https://github.com/Icinga/icinga2.git
Vagrant: Remove --nogpgcheck parameter.
This commit is contained in:
parent
fe8c0c8c37
commit
4f5a9d53e1
|
@ -7,8 +7,7 @@ yum install -y wget
|
|||
rpm --import http://packages.icinga.org/icinga.key
|
||||
wget http://packages.icinga.org/epel/6/snapshot/ICINGA-snapshot.repo -O /etc/yum.repos.d/ICINGA-snapshot.repo
|
||||
yum makecache
|
||||
yum install -y httpd
|
||||
yum install -y --nogpgcheck icinga2 icinga2-doc icinga2-classicui-config icinga-gui
|
||||
yum install -y httpd icinga2 icinga2-doc icinga2-classicui-config icinga-gui
|
||||
chkconfig httpd on
|
||||
chkconfig icinga2 on
|
||||
|
||||
|
|
Loading…
Reference in New Issue