Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
traylenator committed Mar 9, 2020
1 parent f2f5cfa commit dd4322c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/acceptance/class_plugin_python_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ class { 'collectd::plugin::csv':}
},
},
}
class{'collectd::plugin::unixsock':
socketfile => '/var/run/collectd-sock',
socketgroup => 'root',
}
EOS

# Run it twice or thrice and test for idempotency
Expand Down

0 comments on commit dd4322c

Please sign in to comment.