falkorlib 0.5.8 → 0.5.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/falkorlib/version.rb +1 -1
- data/templates/puppet/modules/.vagrant_init.rb +5 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2cd2f105fc9bbcfcc463e110499aa7938a756312
|
4
|
+
data.tar.gz: bb50021761bb6939f3195417c0ab04ff581fb475
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e46f190a151cc567fd57fb4d053a119b9343b0ef80059edba6a24c77cc17af1dc6206287de725e3455289a38c7558941fce3f7a34916da5a2e5fb8ab4e3f4b6
|
7
|
+
data.tar.gz: db45288ddb4b4708f2c85befed715a2f4e0b7d38960f94cb7165e7b50668115aaf1251dab65a3d4061a2864bf774b32f5b25df02b3b0f6aa9fa3c3866bd7d384
|
data/Gemfile.lock
CHANGED
data/lib/falkorlib/version.rb
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
##########################################################################
|
3
3
|
# vagrant_init.rb
|
4
4
|
# @author Sebastien Varrette <Sebastien.Varrette@uni.lu>
|
5
|
-
# Time-stamp: <Tue 2015-06-02
|
5
|
+
# Time-stamp: <Tue 2015-06-02 22:43 svarrette>
|
6
6
|
#
|
7
7
|
# @description
|
8
8
|
#
|
@@ -58,8 +58,10 @@ end
|
|
58
58
|
# # hieracfg[:hierarchy] = [] if hieracfg[:hierarchy].nil?
|
59
59
|
# # hieracfg[:hierarchy] << 'common' unless hieracfg[:hierarchy].include?('common')
|
60
60
|
hieracfg = {
|
61
|
-
:
|
61
|
+
:backends => [ 'yaml' ],
|
62
62
|
:hierarchy => [ 'defaults', 'common' ],
|
63
|
-
:
|
63
|
+
:yaml => {
|
64
|
+
:datadir => '/vagrant/tests/hiera',
|
65
|
+
}
|
64
66
|
}
|
65
67
|
FalkorLib::Common.store_config('/etc/hiera.yaml', hieracfg, {:no_interaction => true})
|