Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from timidri/patch-1
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
jorritfolmer committed Jan 8, 2016
2 parents 7d46395 + e0a13e6 commit 49698df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/inputs.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
augeas { "${splunk_home}/etc/system/local/inputs.conf":
require => Class['splunk::installed'],
lens => 'Puppet.lns',
incl => "${splunk_home}/etc/system/local/inputs.ronf",
incl => "${splunk_home}/etc/system/local/inputs.conf",
changes => [
'rm splunktcp-ssl:*',
];
Expand Down

0 comments on commit 49698df

Please sign in to comment.