summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-04-29 14:54:32 +0200
committervarac <varacanero@zeromail.org>2015-04-29 14:54:32 +0200
commite9b50051aa1e39b49a8addcdff920396bd35f01d (patch)
tree1accc04173bd0048591df57734c3a6d3b6ddf358
parentb44ce2d3b1a9a4de285565b32748e1260a657143 (diff)
added definitions/jessie/leap.sh for LEAP specific config
-rw-r--r--definitions/jessie/definition.rb7
-rw-r--r--definitions/jessie/leap.sh10
2 files changed, 14 insertions, 3 deletions
diff --git a/definitions/jessie/definition.rb b/definitions/jessie/definition.rb
index 0dd044c..7295e60 100644
--- a/definitions/jessie/definition.rb
+++ b/definitions/jessie/definition.rb
@@ -40,11 +40,12 @@ Veewee::Definition.declare({
:postinstall_files => [
"base.sh",
"vagrant.sh",
+ "leap.sh",
"virtualbox.sh",
#"vmfusion.sh",
- "ruby.sh",
- "puppet.sh",
- "chef.sh",
+ #"ruby.sh",
+ #"puppet.sh",
+ #"chef.sh",
"cleanup.sh",
"zerodisk.sh"
],
diff --git a/definitions/jessie/leap.sh b/definitions/jessie/leap.sh
new file mode 100644
index 0000000..f574a3d
--- /dev/null
+++ b/definitions/jessie/leap.sh
@@ -0,0 +1,10 @@
+date > /etc/box_build_time
+
+# install puppet and other packages needed for leap_cli
+apt-get -y install puppet facter ruby-hiera-puppet rsync lsb-release
+# Install additional packages to vagrant wheezy basebox to make beaker happy #6898
+apt-get -y install ntpdate git rdoc
+
+DEBIAN_FRONTEND=noninteractive apt-get -y install console-data
+
+