From 3a11e4c58b96d94dfebc7325ad54f0cabc2c732e Mon Sep 17 00:00:00 2001 From: root Date: Sat, 1 Oct 2016 22:41:32 +0000 Subject: [PATCH] Ensure only puppet-deployed ssh keys are present --- modules/rhizo_base/manifests/users.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/rhizo_base/manifests/users.pp b/modules/rhizo_base/manifests/users.pp index 31aa077..8b80fc8 100644 --- a/modules/rhizo_base/manifests/users.pp +++ b/modules/rhizo_base/manifests/users.pp @@ -20,5 +20,6 @@ class rhizo_base::users { home => '/home/rhizomatica', password => $rhizo::password_hash, uid => '1000', + purge_ssh_keys => true } - } \ No newline at end of file + }