corosync-ruby 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  module Corosync
2
2
  class Cluster
3
- COMMAND = "crm"
3
+ COMMAND = "sudo crm"
4
4
 
5
5
  def initialize
6
6
  parse
@@ -1,6 +1,6 @@
1
1
  module Corosync
2
2
  class Resource
3
- COMMAND = "crm resource"
3
+ COMMAND = "sudo crm resource"
4
4
 
5
5
  attr_reader :status, :started_on, :started_locally
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: corosync-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: