vagrant-guests-clearlinux 1.0.8 → 1.0.9

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: 9d3f6e6fe4ce1e991ec20b57d2a83f5361037c7000db0952d79f35b498a0a0e7
4
- data.tar.gz: 6c21b603f0a51184c828ec818c0981959b67b555895e6dc5984a519c6e412b17
3
+ metadata.gz: c8b33a3fc664ff47b132cfcba5e13c560661e3860db8ad7a924ba689d3c96252
4
+ data.tar.gz: 2622342f8ae71b3a01637c7a397930edc357480a671e2110615e192e10ff33a9
5
5
  SHA512:
6
- metadata.gz: 6c93544745076376b72d1364f3c77ba7fcdfbe4b41b1d4ff24ac8e746e6d56b32b106b77818c775c420641412fc8a604a669d129f817301da5cc732c22f9ba64
7
- data.tar.gz: 0c145e98a6d87bf0d7a3ceb29c5a6dd61f5a98f125b749b34690510cf8987a2d9e36c9a25fa975e1be26fd84393fdf6eeddd6883128785938ef325789d1abdce
6
+ metadata.gz: b10d371b1712485080bd138dacb62365481b350eac1e55fcc4585f5b9c724a7c79d64daaddecdf9f0d4ff7a74ee8a6f5f6e36c8ab564a0f13164db601500d010
7
+ data.tar.gz: 494c918d0573fe169c7c672476a289a29c448abb3e3c953366d176f2e6760ef0604d98185acaeeb883988862d5554477dfa5a5bf1d68ce54852a5c263526cec0
@@ -45,7 +45,7 @@ module VagrantPlugins
45
45
 
46
46
  # Read network interface names
47
47
  interfaces = []
48
- comm.sudo("ifconfig -a | grep -E '^ens|^eth' | cut -f1 -d' '") do |_, result|
48
+ comm.sudo("ifconfig -a | grep -E '^en|^eth' | cut -f1 -d' '") do |_, result|
49
49
  interfaces = result.split("\n")
50
50
  end
51
51
 
@@ -80,9 +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
-
84
- comm.sudo('systemctl daemon-reload')
85
- comm.sudo('systemctl restart systemd-networkd')
83
+ comm.sudo('systemctl daemon-reload && systemctl restart systemd-networkd')
86
84
  end
87
85
  end
88
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.8'
7
+ VERSION = '1.0.9'
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.8
4
+ version: 1.0.9
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-03-19 00:00:00.000000000 Z
11
+ date: 2018-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler