vagrant-pe_build 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +7 -0
- data/lib/pe_build/cap/run_install/posix.rb +2 -2
- data/lib/pe_build/version.rb +1 -1
- data/templates/locales/en.yml +6 -4
- metadata +2 -2
data/CHANGELOG
CHANGED
@@ -6,7 +6,7 @@ class PEBuild::Cap::RunInstall::POSIX
|
|
6
6
|
def self.run_install(machine, config, archive)
|
7
7
|
|
8
8
|
if machine.communicate.test('test -f /opt/puppet/pe_version')
|
9
|
-
machine.ui.warn I18n.t('pebuild.cap.run_install.posix
|
9
|
+
machine.ui.warn I18n.t('pebuild.cap.run_install.posix.already_installed'),
|
10
10
|
:name => machine.name
|
11
11
|
return
|
12
12
|
end
|
@@ -28,7 +28,7 @@ class PEBuild::Cap::RunInstall::POSIX
|
|
28
28
|
|
29
29
|
|
30
30
|
if machine.communicate.test('which at')
|
31
|
-
machine.ui.info I18n.t('pebuild.
|
31
|
+
machine.ui.info I18n.t('pebuild.cap.run_install.posix.scheduling_run')
|
32
32
|
machine.communicate.sudo("echo '/opt/puppet/bin/puppet agent -t --waitforcert 10' | at next minute")
|
33
33
|
end
|
34
34
|
end
|
data/lib/pe_build/version.rb
CHANGED
data/templates/locales/en.yml
CHANGED
@@ -9,10 +9,6 @@ en:
|
|
9
9
|
https://puppetlabs.com/puppet/puppet-enterprise/
|
10
10
|
provisioner:
|
11
11
|
pe_bootstrap:
|
12
|
-
already_installed: |-
|
13
|
-
Puppet Enterprise is already installed, skipping installation.
|
14
|
-
scheduling_run: |-
|
15
|
-
Scheduling Puppet run to kickstart node classification.
|
16
12
|
post_install: |-
|
17
13
|
Applying post-install configuration to Puppet Enterprise.
|
18
14
|
transfer:
|
@@ -51,3 +47,9 @@ en:
|
|
51
47
|
Autosign can only be specified if the pe_bootstrap role is 'master', not %{role}.
|
52
48
|
invalid_autosign_class: |-
|
53
49
|
Autosign must be one of %{autosign_classes}, but was of type %{autosign}.
|
50
|
+
cap:
|
51
|
+
run_install:
|
52
|
+
already_installed: |-
|
53
|
+
Puppet Enterprise is already installed, skipping installation.
|
54
|
+
scheduling_run: |-
|
55
|
+
Scheduling Puppet run to kickstart node classification.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-pe_build
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-08-
|
12
|
+
date: 2013-08-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: progressbar
|