vagrant-goodhosts 1.0.16 → 1.0.17
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 +4 -4
- data/README.md +3 -3
- data/lib/vagrant-goodhosts/GoodHosts.rb +1 -0
- data/lib/vagrant-goodhosts/version.rb +1 -1
- data/package.sh +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 86f17cd749321e35fafab21b1187d95010f121ec7ef384341aef7d1e767f66c4
|
4
|
+
data.tar.gz: ef74638b070b0ce806b27ae50b3ed05324d5e2715e55c9f26477f77ecead532d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8dc33d45b72b7b6cc29b66d4eb4bf77e73c0e791b54e514905315108aa1d0ce8f1b6d7e3069eda8103f7613fbe1f06200b6c4a0e745b60348f27b78ffef3009
|
7
|
+
data.tar.gz: 5d91d96b23d355281840675f3de98a701daaea12e3fec0bf0bd1adf7983c88ecf55e2e3fb8bb39f26da4ebc3643233053cea8bdd8e2b765f6d2512d345eb57ac
|
data/README.md
CHANGED
@@ -96,15 +96,15 @@ If you understand the risks that go with supressing them, here's how to do it.
|
|
96
96
|
### Linux/OS X: Passwordless sudo
|
97
97
|
|
98
98
|
To allow vagrant to automatically update the hosts file without asking for a sudo password, add one of the following snippets to a new sudoers file include, i.e. `sudo visudo -f /etc/sudoers.d/vagrant_goodhosts`.
|
99
|
-
The command path is printed when there are errors with
|
99
|
+
The command path is printed when there are errors with Vagrant, check the output marked in red.
|
100
100
|
|
101
101
|
For Ubuntu and most Linux environments:
|
102
102
|
|
103
|
-
%sudo ALL=(root) NOPASSWD: [the-path]
|
103
|
+
%sudo ALL=(root) NOPASSWD: [the-command-path]
|
104
104
|
|
105
105
|
For MacOS:
|
106
106
|
|
107
|
-
%admin ALL=(root) NOPASSWD: [the-path]
|
107
|
+
%admin ALL=(root) NOPASSWD: [the-command-path]
|
108
108
|
|
109
109
|
Replace in both %sudo/%admin with the username it if it is not working for you.
|
110
110
|
|
data/package.sh
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-goodhosts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniele Scasciafratte
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-07-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|