This is the first commit that brings the privet dotfiles to a public reop previously this was all one puppet module. Now this has been split out so I can put all of the private files in a private puppet module
6 lines
78 B
Ruby
Executable file
6 lines
78 B
Ruby
Executable file
Facter.add(:user_home) do
|
|
setcode do
|
|
Dir.home($user)
|
|
end
|
|
end
|
|
|