Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiprats committed Mar 30, 2020
1 parent bbb9cdd commit 2ea6cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/facter/eypconf_generic_id.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Dir.entries("/etc/eypconf/id").select {|f| !File.directory? f}.each do |i|

genetic_id = Facter::Util::Resolution.exec('cat |i|').to_s
genetic_id = Facter::Util::Resolution.exec('bash -c \'cat |i|\'').to_s

unless genetic_id.nil? or genetic_id.empty?
Facter.add('eypconf_|i|') do
Expand Down

0 comments on commit 2ea6cda

Please sign in to comment.