diff --git a/manifests/init.pp b/manifests/init.pp index bbb255f..9eda583 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,6 +1,3 @@ -# Class - git_example -# -# class git_example { package { 'git': @@ -22,6 +19,8 @@ require => [ File[ $repo ], Package[ 'git' ] ], } + file { + file { "${repo}/.git/hooks/post-commit": ensure => present, owner => 'vagrant',