We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2b60c commit 78c2477Copy full SHA for 78c2477
2 files changed
.gitignore
@@ -1,10 +1,11 @@
1
-vendor
+.idea/
2
+.vagrant/
3
+log/
4
+pkg/
5
+spec/fixtures/manifests/
6
+spec/fixtures/modules/
7
+vendor/
8
*bundle
9
*.swp
-spec/fixtures/modules
-spec/fixtures/manifests
-.idea
10
.project
-.vagrant
-pkg
11
Gemfile.lock
manifests/params.pp
@@ -51,7 +51,7 @@
51
# should we enable opennebula repos?
52
$one_repo_enable = hiera('one::enable_opennebula_repo', 'true' )
53
# Which version
54
- $one_version = hiera('one::one_version', '4.10' )
+ $one_version = hiera('one::one_version', '4.12' )
55
# should VM_SUBMIT_ON_HOLD be enabled in oned.conf?
56
$oned_vm_submit_on_hold = hiera('one::oned::vm_submit_on_hold', 'NO')
57
0 commit comments