Skip to content

Commit

Permalink
vim fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rrotter committed Dec 25, 2024
1 parent a965e7a commit 884953c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/profile/vim.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# This is only here to eliminate our previous customizations
# Remove after December 2024
file { '/etc/vim/vimrc':
source => "puppet:///modules/nebula/default/${facts['os']['distro']['codename']}${title}",
source => "puppet:///modules/nebula/default/${facts['os']['distro']['codename']}/etc/vim/vimrc",
require => Package['vim'],
}

Expand Down

0 comments on commit 884953c

Please sign in to comment.