Skip to content

Commit

Permalink
fix(salt): Extend Utils module with SystemCommand::Mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Feb 2, 2024
1 parent d41d63e commit eeccca3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Casks/salt.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
module Utils
extend SystemCommand::Mixin

def self.patch_plist(daemon)
plist_file = "/Library/LaunchDaemons/com.saltstack.salt.#{daemon}.plist"
xml, = system_command "plutil",
Expand Down

0 comments on commit eeccca3

Please sign in to comment.