diff --git a/manifests/subtree.pp b/manifests/subtree.pp index 199b6df..d5700c4 100644 --- a/manifests/subtree.pp +++ b/manifests/subtree.pp @@ -31,12 +31,10 @@ cwd => $source_dir, path => ['/usr/bin', '/bin', '/usr/local/bin'], } - -> - package { [ 'asciidoc', 'xmlto', ]: + -> package { [ 'asciidoc', 'xmlto', ]: ensure => present, } - -> - exec { 'Install git-subtree': + -> exec { 'Install git-subtree': command => "make prefix=/usr libexecdir=${::git_exec_path} install", onlyif => [ "test ! -f ${::git_exec_path}/git-subtree",