Skip to content

Commit

Permalink
Fixes #16863: Update system techniques for solaris 11
Browse files Browse the repository at this point in the history
  • Loading branch information
peckpeck committed Mar 4, 2020
1 parent 1449da0 commit e6e3cb4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions techniques/system/common/1.0/site.cf
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ bundle common g
"rudder_rm" string => "/bin/rm";
"rudder_var" string => "/var/rudder";

solaris::
"rudder_curl" string => "/opt/csw/bin/curl";

!solaris::
"rudder_curl" string => "/usr/bin/curl",
unless => fileexists("/opt/rudder/bin/curl");

Expand Down

0 comments on commit e6e3cb4

Please sign in to comment.