vagrant-salt 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.rst CHANGED
@@ -3,11 +3,13 @@ Salty Vagrant
3
3
  ==============
4
4
  Provision `Vagrant`_ boxes using `Saltstack`_.
5
5
 
6
- Discussion and questions happen in ``#salt`` on Freenode IRC. ping ``akoumjian``.
6
+ Help and discussion can be found at ``#salt`` on Freenode IRC (just ping ``akoumjian``)
7
+ or the `salt-users mailing list`_.
7
8
 
8
9
  .. _`Vagrant`: http://www.vagrantup.com/
9
10
  .. _`Saltstack`: http://saltstack.org/
10
11
  .. _`Salt`: http://saltstack.org/
12
+ .. _`salt-users mailing list`: https://groups.google.com/forum/#!forum/salt-users
11
13
 
12
14
  Introduction
13
15
  ============
@@ -688,7 +688,7 @@ install_centos_63_stable_deps() {
688
688
  else
689
689
  local ARCH=$CPU_ARCH_L
690
690
  fi
691
- rpm -Uvh --force http://mirrors.kernel.org/fedora-epel/6/${ARCH}/epel-release-6-7.noarch.rpm
691
+ rpm -Uvh --force http://mirrors.kernel.org/fedora-epel/6/${ARCH}/epel-release-6-8.noarch.rpm
692
692
  yum -y update
693
693
  }
694
694
 
data/vagrant-salt.gemspec CHANGED
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "vagrant-salt"
6
- s.version = "0.3.1"
6
+ s.version = "0.3.2"
7
7
  s.authors = ["Alec Koumjian", "Kiall Mac Innes", "Pedro Algarvio"]
8
8
  s.email = ["akoumjian@gmail.com", "kiall@managedit.ie", "pedro@algarvio.me"]
9
9
  s.homepage = "https://github.com/saltstack/salty-vagrant"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 1
9
- version: 0.3.1
8
+ - 2
9
+ version: 0.3.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alec Koumjian
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-12-20 00:00:00 -08:00
19
+ date: 2013-01-03 00:00:00 -08:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency