aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/storage/archive.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/storage/archive.pp')
-rw-r--r--manifests/utils/storage/archive.pp14
1 files changed, 11 insertions, 3 deletions
diff --git a/manifests/utils/storage/archive.pp b/manifests/utils/storage/archive.pp
index e7af761..cd670dc 100644
--- a/manifests/utils/storage/archive.pp
+++ b/manifests/utils/storage/archive.pp
@@ -1,13 +1,21 @@
class nodo::utils::storage::archive {
- package { 'git-annex':
+ package { [
+ 'git-annex',
+ ]:
ensure => latest,
}
- package { [ 'jigdo-file', 'fdupes', 'gddrescue' ]:
+ package { [
+ 'jigdo-file',
+ 'fdupes',
+ 'gddrescue',
+ ]:
ensure => installed,
}
- package { 'syslinux-utils':
+ package { [
+ 'syslinux-utils',
+ ]:
ensure => $::architecture ? {
'amd64' => present,
'i386' => present,