diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-14 09:38:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-14 09:38:52 -0300 |
commit | b1f4fc8a5749e31bede8b0538623d5c3472b7168 (patch) | |
tree | c88c277341f516acd28a1aa4f8641baa3563d990 | |
parent | 3dc907900608f0178d02741adb4f2ede2de74270 (diff) | |
download | puppet-nodo-b1f4fc8a5749e31bede8b0538623d5c3472b7168.tar.gz puppet-nodo-b1f4fc8a5749e31bede8b0538623d5c3472b7168.tar.bz2 |
Adding jigdo-file into nodo::utils::storage::archive
-rw-r--r-- | manifests/utils/storage/archive.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/storage/archive.pp b/manifests/utils/storage/archive.pp index e310bf5..2ebd361 100644 --- a/manifests/utils/storage/archive.pp +++ b/manifests/utils/storage/archive.pp @@ -1,5 +1,5 @@ class nodo::utils::storage::archive { - package { 'git-annex': + package { [ 'git-annex', 'jigdo-file' ]: ensure => installed, } } |