-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework of Lots of Puppet 5 facter additions #95
Conversation
Matches: CentOS release 6.6 (Final) CentOS Linux release 7.4.1708 (Core)
Normalize Debian 8
…acter 3.9, 3.10 and 3.11 Add Ubuntu 18.04 for Facter 3.11
facts/Vagrantfile
Outdated
@@ -7,6 +7,7 @@ VAGRANTFILE_API_VERSION = "2" | |||
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |||
|
|||
config.vm.hostname = "foo.example.com" | |||
config.vm.synced_folder ".", "/vagrant", type: "virtualbox" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the goal of syncing the whole dir?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know the goal of original author.
It should be possible to delete this line.
Do you want me to proceed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this might have been added to perform tests and might not be necessary anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pushed a new Vagrantfile
in a separate commit since i don't know how to preserve author in this situation.
1 similar comment
thank you. |
thank you for fixing that 😄 |
Rework of original PR #86: