From 5bcf6e73863c13a24c82a2a2c5677f722dabc4cf Mon Sep 17 00:00:00 2001 From: Henry Wang Date: Tue, 8 Oct 2019 09:25:23 +0800 Subject: [PATCH] tests --- Puppetfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index 847667d..323ab5d 100644 --- a/Puppetfile +++ b/Puppetfile @@ -26,4 +26,6 @@ mod 'puppetlabs/apt','7.1.0' mod 'puppetlabs/facts','0.6.0' mod 'puppetlabs/inifile','2.4.0' mod 'danieldreier-autosign','0.2.0' -mod 'tkishel-unlock_puppet', '2.0.5' +mod 'tkishel-unlock_puppet', + :git => 'git@github.com:tkishel/unlock_puppet.git', + :branch => 'master'