diff --git a/lib/facter/splunk_version.rb b/lib/facter/splunk_version.rb index e47d865..efff747 100644 --- a/lib/facter/splunk_version.rb +++ b/lib/facter/splunk_version.rb @@ -1,5 +1,5 @@ require 'find' -Facter.add(:splunk_version, :timeout => 30) do +Facter.add(:splunk_version) do confine :kernel => :linux setcode do command = '' diff --git a/manifests/install.pp b/manifests/install.pp index f08c00a..8072027 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -58,16 +58,6 @@ group => 'root', backup => true, content => template('splunk/opt/splunk/etc/passwd.erb'), - } -> - - # recursively copy the contents of the auth dir - # This is causing a restart on the second run. - TODO - file { "${splunkhome}/etc/auth": - mode => '0600', - owner => 'splunk', - group => 'splunk', - recurse => true, - purge => false, - source => 'puppet:///modules/splunk/noarch/opt/splunk/etc/auth', } + }