Skip to content

Commit

Permalink
Merge remote-tracking branch 'mythmon/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
MostAwesomeDude committed Apr 4, 2012
2 parents 8ab07d3 + 1d806b2 commit 8e60d4e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/git/manifests/user_config.pp
@@ -1,7 +1,7 @@
# $title is the name of the user this config should exist for
define git::user_config (
$home="/home/${title}",
$template="git/gitconfig.erb",
$template="git/gitconfig.erb"
) {
file { "${title}-gitconfig":
path => "${home}/.gitconfig",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion modules/vim/manifests/user_config.pp
Expand Up @@ -2,7 +2,7 @@
define vim::user_config (
$home="/home/${title}",
$pathogen=false,
$template="vim/vimrc.erb",
$template="vim/vimrc.erb"
) {
@file {
"vim_dir_${title}":
Expand Down

0 comments on commit 8e60d4e

Please sign in to comment.