vagrant-guests-clearlinux 1.0.9 → 1.0.10
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 12094580e496d770684e515b9a0fbfd2ac902dd17e13d0ff487d0379453f1eaa
|
|
4
|
+
data.tar.gz: 37858543d3c4f9a7403ee45f12e8228852a79c48ed322034e4c57d6e55998470
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
|
83
|
+
comm.sudo('systemctl restart systemd-networkd')
|
|
84
84
|
end
|
|
85
85
|
end
|
|
86
86
|
|
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.
|
|
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-
|
|
11
|
+
date: 2018-07-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|