Skip to content

Instantly share code, notes, and snippets.

@mikeywaites
Created May 19, 2012 14:33
Show Gist options
  • Save mikeywaites/2731035 to your computer and use it in GitHub Desktop.
Save mikeywaites/2731035 to your computer and use it in GitHub Desktop.
class mike_vim {
exec { "git-vim":
path => "/usr/bin:/bin:/usr/local/bin:$PATH",
cwd => "/home/vagrant",
command => "git clone git@github.com:mikeywaites/Vim-Setup.git .vim",
creates => "/home/vagrant/.vim"
}
}
err: /Stage[main]/Mike_vim/Exec[git-vim]/returns: change from notrun to 0 failed: git clone git@github.com:mikeywaites/Vim-Setup.git returned 128 instead of one of [0] at /home/vagrant/modules/dev/mike_vim/manifests/init.pp:6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment