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:
parent
340ed4036b
commit
d3a2f6dbe3
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue