vagrant-guests-clearlinux 1.0.9 → 1.0.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c8b33a3fc664ff47b132cfcba5e13c560661e3860db8ad7a924ba689d3c96252
4
- data.tar.gz: 2622342f8ae71b3a01637c7a397930edc357480a671e2110615e192e10ff33a9
3
+ metadata.gz: 12094580e496d770684e515b9a0fbfd2ac902dd17e13d0ff487d0379453f1eaa
4
+ data.tar.gz: 37858543d3c4f9a7403ee45f12e8228852a79c48ed322034e4c57d6e55998470
5
5
  SHA512:
6
- metadata.gz: b10d371b1712485080bd138dacb62365481b350eac1e55fcc4585f5b9c724a7c79d64daaddecdf9f0d4ff7a74ee8a6f5f6e36c8ab564a0f13164db601500d010
7
- data.tar.gz: 494c918d0573fe169c7c672476a289a29c448abb3e3c953366d176f2e6760ef0604d98185acaeeb883988862d5554477dfa5a5bf1d68ce54852a5c263526cec0
6
+ metadata.gz: fce946a88c504d93b04a721dd9d9bfe87d670d6e7a62e684947d9b3133325cba9332d9f19568adef58b918a81cd076a0dbe2dc35d87185d475c893ac232f4a3d
7
+ data.tar.gz: ee7700810f32b3ffc4cdaa8165459b2f4a9e0fdea7ed2a46ea892dae640c8dae19d0a5cf7446419ffab5d154d2ffa1a3b32345b4952df41c6531490ccffb664a
data/README.md CHANGED
@@ -17,7 +17,7 @@ To build and install the plugin directly from this repo:
17
17
  ```
18
18
  $ bundle install
19
19
  $ bundle exec rake build
20
- $ vagrant plugin install pkg/vagrant-guests-clearlinux-1.0.8.gem
20
+ $ vagrant plugin install pkg/vagrant-guests-clearlinux-1.0.10.gem
21
21
  ```
22
22
 
23
23
  You can run RSpec with:
@@ -80,7 +80,7 @@ module VagrantPlugins
80
80
  comm.sudo("chown root:root /etc/systemd/network/#{unit_name}")
81
81
  comm.sudo("chmod a+r /etc/systemd/network/#{unit_name}")
82
82
  end
83
- comm.sudo('systemctl daemon-reload && systemctl restart systemd-networkd')
83
+ comm.sudo('systemctl restart systemd-networkd')
84
84
  end
85
85
  end
86
86
 
@@ -4,6 +4,6 @@
4
4
  module VagrantPlugins
5
5
  # Set version for vagrant-guests-clearlinux gem.
6
6
  module GuestClearLinux
7
- VERSION = '1.0.9'
7
+ VERSION = '1.0.10'
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-guests-clearlinux
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - António Meireles
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-31 00:00:00.000000000 Z
11
+ date: 2018-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler