corl 0.4.19 → 0.4.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/bootstrap/os/ubuntu/05_ruby.sh +1 -1
- data/bootstrap/os/ubuntu/06_puppet.sh +14 -6
- data/corl.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a56639289fcbd5aa19501f8a112396ff3175027b
|
|
4
|
+
data.tar.gz: 8d2305381ca5393fe3be2ff59dd29b3427cb2d9f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 344dac8b66397b59cc18de211635a4f3460b68286b192d57a14cdff8fd92642d2ac8fba3f96b32b77512e2058d293d5251156204da50410f4240711661f25133
|
|
7
|
+
data.tar.gz: e2aec0396e8867739f808a52155598ce599204bf65001b6e749e4b21d09ef81d170faf487a199e41f9cdf165170825d4471e98d1e0ea1be0f73ef041c60d0423
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.20
|
|
@@ -1,19 +1,27 @@
|
|
|
1
1
|
#!/bin/bash
|
|
2
2
|
#-------------------------------------------------------------------------------
|
|
3
3
|
|
|
4
|
+
case "$OS_VERSION" in
|
|
5
|
+
'14.04')
|
|
6
|
+
PUPPET_PACKAGE="3.4.3-1"
|
|
7
|
+
;;
|
|
8
|
+
'12.04')
|
|
9
|
+
PUPPET_PACKAGE="3.4.3-1puppetlabs1"
|
|
10
|
+
;;
|
|
11
|
+
esac
|
|
12
|
+
|
|
13
|
+
#---
|
|
14
|
+
|
|
4
15
|
# Set up Puppet Apt repositories
|
|
5
16
|
apt-key adv --recv-key --keyserver pgp.mit.edu 4BD6EC30 2>&1 || exit 60
|
|
6
17
|
|
|
7
|
-
|
|
8
|
-
deb http://apt.puppetlabs.com trusty main dependencies
|
|
9
|
-
deb-src http://apt.puppetlabs.com trusty main dependencies
|
|
10
|
-
EOP
|
|
11
|
-
) > /etc/apt/sources.list.d/puppet.list || exit 61
|
|
18
|
+
echo -e "deb http://apt.puppetlabs.com $OS_NAME main dependencies\ndeb-src http://apt.puppetlabs.com $OS_NAME main dependencies" | cat > /etc/apt/sources.list.d/puppet.list || exit 61
|
|
12
19
|
chmod 0644 /etc/apt/sources.list.d/puppet.list || exit 62
|
|
13
20
|
|
|
14
21
|
# Install Puppet
|
|
15
22
|
apt-get -y update || exit 63
|
|
16
|
-
|
|
23
|
+
|
|
24
|
+
apt-get -y install puppet-common="$PUPPET_PACKAGE" puppet="$PUPPET_PACKAGE" || exit 64
|
|
17
25
|
|
|
18
26
|
# Set up Hiera configuration
|
|
19
27
|
mkdir -p /var/corl/config || exit 65
|
data/corl.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: corl 0.4.
|
|
5
|
+
# stub: corl 0.4.20 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "corl"
|
|
9
|
-
s.version = "0.4.
|
|
9
|
+
s.version = "0.4.20"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
13
13
|
s.authors = ["Adrian Webb"]
|
|
14
|
-
s.date = "2014-04-
|
|
14
|
+
s.date = "2014-04-25"
|
|
15
15
|
s.description = "Framework that provides a simple foundation for growing organically in the cloud"
|
|
16
16
|
s.email = "adrian.webb@coralnexus.com"
|
|
17
17
|
s.executables = ["corl"]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: corl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.20
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adrian Webb
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-04-
|
|
11
|
+
date: 2014-04-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nucleon
|