You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using Atom and Shared Folders in VirtualBox with the Puppet Fundamentals Student VM
Using Atom and Shared Folders in VirtualBox with the Puppet Fundamentals Student VM
First up, why might you want to do this? The main reason is this - you might prefer GUI text editors to command line text editors.
Often when teaching Puppet Fundamentals some students will have littler or no command line experience and struggle with vim and nano.
One alternative is to share a folder from your workstation (Mac, Windows or Linux) into the Linux vm we use for the course.
This takes a little bit of setting up, which is where this document comes in.
An alternative to using shared folders, is to simply just use git to sync your local code up to the puppet master from your workstation.