Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8391492
Vagrantfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
948 B
Subscribers
None
Vagrantfile
View Options
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant
.
configure
(
2
)
do
|
config
|
config
.
vm
.
box
=
"centos/7"
config
.
vm
.
synced_folder
"."
,
"/vagrant"
,
type
:
"virtualbox"
config
.
vm
.
define
"keycloak"
,
primary
:
true
,
autostart
:
true
do
|
ood
|
ood
.
vm
.
network
"forwarded_port"
,
guest
:
8080
,
host
:
8080
,
auto_correct
:
true
ood
.
vm
.
provision
"shell"
,
inline
:
<<-
SHELL
rpm -Uvh https://yum.puppet.com/puppet5/puppet5-release-el-7.noarch.rpm
yum -y install puppet-agent
source /etc/profile.d/puppet-agent.sh
puppet module install puppetlabs-stdlib
puppet module install puppetlabs-mysql
puppet module install puppetlabs-java
puppet module install puppetlabs-java_ks
puppet module install puppet-archive
puppet module install camptocamp-systemd
ln -s /vagrant /etc/puppetlabs/code/environments/production/modules/keycloak
puppet apply /vagrant/spec/fixtures/test.pp
SHELL
end
end
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 6:44 PM (14 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3298873
Attached To
R212 puppet-treydock-keycloak
Event Timeline
Log In to Comment