diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-06-12 15:39:48 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-06-12 15:39:48 -0300 |
commit | e73ca7308f237a2edfd7c56b23bad3e7970118ea (patch) | |
tree | 70ac420d6a21b83dc0b953bafe2e0d896fa40afe /manifests/utils/storage | |
parent | 50d174faffe55cd5c8394f94e339deb49c36e09c (diff) | |
download | puppet-nodo-e73ca7308f237a2edfd7c56b23bad3e7970118ea.tar.gz puppet-nodo-e73ca7308f237a2edfd7c56b23bad3e7970118ea.tar.bz2 |
Management of grub-pc-bin and xorriso
Diffstat (limited to 'manifests/utils/storage')
-rw-r--r-- | manifests/utils/storage/iso.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/utils/storage/iso.pp b/manifests/utils/storage/iso.pp index 5f841ce..2684f33 100644 --- a/manifests/utils/storage/iso.pp +++ b/manifests/utils/storage/iso.pp @@ -2,7 +2,8 @@ class nodo::utils::storage::iso ( $ensure = 'installed', ) { package { [ - 'syslinux', + #'syslinux', + 'xorriso', ]: ensure => $::architecture ? { 'amd64' => $ensure, |