Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request fusioninventory#174 from Kegeruneku/patch-1
Browse files Browse the repository at this point in the history
Rudder.pm: Correct cfengine-nova default UNIX directory
  • Loading branch information
g-bougard authored Nov 3, 2016
2 parents f90668d + 9eafb8a commit ba9d314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FusionInventory/Agent/Task/Inventory/Generic/Rudder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ sub _manageAgent {

# Potential agent directory candidates
my %agent_candidates = ( '/var/rudder/cfengine-community' => 'cfengine-community',
'/var/cfengine' => 'cfengine-nova',
'/var/rudder/cfengine-nova' => 'cfengine-nova',
'C:/Program Files/Cfengine' => 'cfengine-nova',
);

Expand Down

0 comments on commit ba9d314

Please sign in to comment.