From 3b0c213ac65bdfb8d6442e3b90066c2cc7fd2023 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Fri, 6 Apr 2018 21:11:26 +0200 Subject: [PATCH] Cleanup roles::signing some more fasolo has been cleaned up so we can drop the file deletions from the manifest. --- modules/roles/manifests/signing.pp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/roles/manifests/signing.pp b/modules/roles/manifests/signing.pp index 6ced6eb45..71e9c8a86 100644 --- a/modules/roles/manifests/signing.pp +++ b/modules/roles/manifests/signing.pp @@ -3,12 +3,4 @@ class roles::signing { package { 'pesign': ensure => installed, } package { 'linux-kbuild-4.9': ensure => installed, } package { 'libengine-pkcs11-openssl': ensure => installed, } - - file { '/usr/local/bin/pesign-wrap': - ensure => absent, - } - - file { '/usr/local/bin/secure-boot-code-sign': - ensure => absent, - } } -- 2.20.1