buratino 0.0.3 → 0.0.4
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.
- data/lib/buratino/hg.rb +1 -1
- data/lib/buratino/version.rb +1 -1
- metadata +1 -1
data/lib/buratino/hg.rb
CHANGED
|
@@ -26,7 +26,7 @@ module Buratino
|
|
|
26
26
|
|
|
27
27
|
# Ugly(((
|
|
28
28
|
puts "DEBUG BURATINO::HG::PUPPET_APPLY"
|
|
29
|
-
puppet = `FACTER_fqdn=#{config['fqdn']} #{Gem.bindir}/puppet apply --modulepath=#{config['destination']}/modules #{config['destination']}/manifests/site.pp`
|
|
29
|
+
puppet = `export FACTER_fqdn=#{config['fqdn']}; #{Gem.bindir}/puppet apply --modulepath=#{config['destination']}/modules #{config['destination']}/manifests/site.pp`
|
|
30
30
|
end
|
|
31
31
|
|
|
32
32
|
def self.reports_dir(config)
|
data/lib/buratino/version.rb
CHANGED