aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/development/toolchain.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/development/toolchain.pp')
-rw-r--r--manifests/utils/development/toolchain.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/development/toolchain.pp b/manifests/utils/development/toolchain.pp
index 5678d4e..25f2269 100644
--- a/manifests/utils/development/toolchain.pp
+++ b/manifests/utils/development/toolchain.pp
@@ -2,7 +2,6 @@ class nodo::utils::development::toolchain (
$ensure = 'installed',
) {
package { [
- 'emdebian-archive-keyring',
'qemu-user-static',
'multistrap',
'fakechroot',
@@ -15,6 +14,7 @@ class nodo::utils::development::toolchain (
'xapt',
'pdebuild-cross',
'scratchbox2',
+ 'emdebian-archive-keyring',
]:
ensure => absent,
}