-
-
Save nicks85/821fb9c652ae6fcb323d to your computer and use it in GitHub Desktop.
This file contains 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
Facter.add('project') do | |
setcode do | |
myhost = Facter.value(:site_shortname) | |
fname = File.open("/simulated/${myhost}srvsync-02v/andy.txt") | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment