mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 14:44:32 +02:00
Fix Vagrant bootstrap script.
This commit is contained in:
parent
6da65a6fd6
commit
744a07ff48
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@ m4/test-driver
|
||||
icinga2-*.tar.gz
|
||||
icinga2.spec
|
||||
packages
|
||||
.vagrant
|
@ -2,6 +2,8 @@
|
||||
sed -i 's/^HOSTNAME=.*/HOSTNAME=icinga-demo.icinga.org/' /etc/sysconfig/network
|
||||
hostname icinga-demo.icinga.org
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user