EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vagrant
Builder
Commits
f44331b1
Commit
f44331b1
authored
Nov 11, 2013
by
Stephan Meißl
Browse files
Merge branch 'tmp' of /home/git/repositories/vagrant/builder_rpm
parents
369e0a9a
d17a3c50
Changes
2
Hide whitespace changes
Inline
Side-by-side
Vagrantfile
View file @
f44331b1
...
...
@@ -16,11 +16,11 @@ Vagrant.configure("2") do |config|
# please see the online documentation at vagrantup.com.
# Every Vagrant virtual environment requires a box to build off of.
config
.
vm
.
box
=
"centos64"
config
.
vm
.
box
=
"centos
-6.4-x86_
64"
# The url from where the 'config.vm.box' box will be fetched if it
# doesn't already exist on the user's system.
config
.
vm
.
box_url
=
"http://downloads.eox.at/boxes/centos64.box"
config
.
vm
.
box_url
=
"http://downloads.eox.at/boxes/centos
-6.4-x86_
64.box"
config
.
vm
.
hostname
=
"builder-rpm-vagrant"
...
...
@@ -48,6 +48,9 @@ Vagrant.configure("2") do |config|
config
.
vm
.
synced_folder
"build/RPMS"
,
"/home/vagrant/rpmbuild/RPMS"
config
.
vm
.
synced_folder
"build/SRPMS"
,
"/home/vagrant/rpmbuild/SRPMS"
# Use package caching https://github.com/fgrehm/vagrant-cachier
config
.
cache
.
auto_detect
=
true
# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.
# View the documentation for the provider you're using for more
...
...
puppet/modules/eoxserver/manifests/init.pp
View file @
f44331b1
...
...
@@ -9,7 +9,8 @@ class eoxserver {
]
}
package
{
'gdal-devel'
:
ensure
=>
'latest'
}
package
{
'gdal-eox'
:
ensure
=>
'latest'
}
package
{
'gdal-eox-devel'
:
ensure
=>
'latest'
}
package
{
'python-setuptools'
:
ensure
=>
'latest'
}
package
{
'python-devel'
:
ensure
=>
'latest'
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment