From 3d4041e53ce63cb5c845b9c200cdfb6aa5afc7bc Mon Sep 17 00:00:00 2001 From: "A. Karl Kornel" <akkornel@stanford.edu> Date: Mon, 12 Sep 2016 13:05:17 -0700 Subject: [PATCH] =?UTF-8?q?debian:=20Remove=20=E2=80=98-y=E2=80=99=20from?= =?UTF-8?q?=20stanford-keyring=20install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifests/os/debian.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/os/debian.pp b/manifests/os/debian.pp index 609f218..eb3e76d 100644 --- a/manifests/os/debian.pp +++ b/manifests/os/debian.pp @@ -220,7 +220,6 @@ class base::os::debian::apt ( # Install the stanford-keyring package package { 'stanford-keyring': require => File['/etc/apt/sources.list.d/stanford.list'], - install_options => [ '-y' ], notify => Exec['aptitude update'], } } -- GitLab