corl 0.4.19 → 0.4.20

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d23402e2a5b767aa38faccd1e9a9e94669c58985
4
- data.tar.gz: 0154ea26bcc292aaadba6366a73e6dce47ba1cb6
3
+ metadata.gz: a56639289fcbd5aa19501f8a112396ff3175027b
4
+ data.tar.gz: 8d2305381ca5393fe3be2ff59dd29b3427cb2d9f
5
5
  SHA512:
6
- metadata.gz: 7f56aef4866083bbf819dd2c318aacb41bf05b4cedb24853f7ac08b4142b34c35db55fb67b227e211e038b6384a9d7772e03828b2ee9566facf2bd1cf0fb79aa
7
- data.tar.gz: 7ac1d4d5a7203462bb045b7a38151c98a4d20c1ae845da4de603ad1010b4b1838f0551fce93eef7bfed736338e920dabbc1b98d9bef57f2d2a341fbcd377d02d
6
+ metadata.gz: 344dac8b66397b59cc18de211635a4f3460b68286b192d57a14cdff8fd92642d2ac8fba3f96b32b77512e2058d293d5251156204da50410f4240711661f25133
7
+ data.tar.gz: e2aec0396e8867739f808a52155598ce599204bf65001b6e749e4b21d09ef81d170faf487a199e41f9cdf165170825d4471e98d1e0ea1be0f73ef041c60d0423
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.19
1
+ 0.4.20
@@ -2,7 +2,7 @@
2
2
  #-------------------------------------------------------------------------------
3
3
 
4
4
  # Install Ruby.
5
- apt-get -y install ruby2.0 ruby2.0-dev ruby1.9.1-dev || exit 50
5
+ apt-get -y install ruby1.9.1 ruby1.9.1-dev || exit 50
6
6
 
7
7
  # Set Gem options
8
8
  ( cat <<'EOP'
@@ -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
- ( cat <<'EOP'
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
- apt-get -y install puppet-common=3.4.3-1 puppet=3.4.3-1 || exit 64
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.19 ruby lib
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.19"
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-24"
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.19
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-24 00:00:00.000000000 Z
11
+ date: 2014-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nucleon