Skip to content

Commit

Permalink
Puppet support for gitcrypted dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonh committed Apr 18, 2012
1 parent 9dbaad6 commit 475f455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/modules/users/manifests/dotfile.pp
Expand Up @@ -5,7 +5,7 @@
owner => $user, owner => $user,
group => $user, group => $user,
mode => $mode, mode => $mode,
source => ["puppet:///modules/users/$user/dotfiles/$name.enc", "puppet:///modules/users/$user/dotfiles/$name"], source => ["puppet:///modules/users/$user/dotfiles/$name.md", "puppet:///modules/users/$user/dotfiles/$name"],
} }


} }

0 comments on commit 475f455

Please sign in to comment.