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.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/storage/archive.pp b/manifests/utils/storage/archive.pp
index 2539b0f..779e28e 100644
--- a/manifests/utils/storage/archive.pp
+++ b/manifests/utils/storage/archive.pp
@@ -3,7 +3,7 @@ class nodo::utils::storage::archive {
ensure => latest,
}
- package { [ 'jigdo-file', 'fdupes', 'gddrescue' ]:
+ package { [ 'jigdo-file', 'fdupes', 'gddrescue', 'syslinux-utils' ]:
ensure => installed,
}
}