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
This commit is contained in:
Ade Attwood 2020-11-22 21:03:09 +00:00
parent 340ed4036b
commit d3a2f6dbe3

View file

@ -1,6 +1,7 @@
class core::emacs { class core::emacs {
vcsrepo { "${user_home}/.emacs.d": vcsrepo { "${user_home}/.emacs.d":
source => 'https://github.com/syl20bnr/spacemacs', source => 'https://github.com/syl20bnr/spacemacs',
ensure => 'latest',
provider => 'git', provider => 'git',
user => $user, user => $user,
revision => 'develop', revision => 'develop',