From d3a2f6dbe389551dcd5edad1b7d8dbfd06866190 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Sun, 22 Nov 2020 21:03:09 +0000 Subject: [PATCH] fix(emacs): update spacemacs to the develop branch via puppet Before puppet was only checking to see if the repo was present. Now it is checking to see if the branch is updated with the develop branch and getting auto update when the puppet manifests are applied --- site-modules/core/manifests/emacs.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/site-modules/core/manifests/emacs.pp b/site-modules/core/manifests/emacs.pp index 9986b25..3cde103 100644 --- a/site-modules/core/manifests/emacs.pp +++ b/site-modules/core/manifests/emacs.pp @@ -1,6 +1,7 @@ class core::emacs { vcsrepo { "${user_home}/.emacs.d": source => 'https://github.com/syl20bnr/spacemacs', + ensure => 'latest', provider => 'git', user => $user, revision => 'develop',