Skip to content

Commit 3c4a407

Browse files
author
Joseph Yaworski
committed
Add vim modelines to everything and change PC->VP. Fixes voxpupuli#150.
1 parent 93412c4 commit 3c4a407

19 files changed

+39
-4
lines changed

Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015 Puppet Community
1+
# Copyright 2016 Vox Pupuli
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -24,3 +24,4 @@ group :development do
2424
gem 'travis'
2525
gem 'travis-lint'
2626
end
27+
# vim: syntax=ruby

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ $ msync update -f {module_name} --noop
2929
$ cd modules/{module_name}
3030
# edit then git commit/push
3131
```
32+
# vim: syntax=markdown

Rakefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2015 Puppet Community
1+
# Copyright 2016 Vox Pupuli
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -14,3 +14,4 @@
1414
require 'rubocop/rake_task'
1515

1616
RuboCop::RakeTask.new
17+
# vim: syntax=ruby

config_defaults.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ Rakefile:
6565
- 'lint'
6666
- 'syntax'
6767
- 'spec'
68-
6968
...
69+
# vim: syntax=yaml

managed_modules.yml

+2
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@
3636
- puppet-windows_power
3737
- puppet-windowsfeature
3838
- puppet-zabbix
39+
...
40+
# vim: syntax=yaml

moduleroot/CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,4 @@ can use `BEAKER_DESTROY=no` and `BEAKER_PROVISION=no`. On the first run you will
9494
at least need `BEAKER_PROVISION` set to yes (the default). The Vagrantfile
9595
for the created virtual machines will be in `.vagrant/beaker_vagrant_fies`.
9696

97+
# vim: syntax=markdown

moduleroot/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ end
5959
ENV['PUPPET_VERSION'].nil? ? puppetversion = '<%= @configs['puppet_version'] || '~> 4.0' %>' : puppetversion = ENV['PUPPET_VERSION'].to_s
6060
gem 'puppet', puppetversion, :require => false, :groups => [:test]
6161
62-
# vim:ft=ruby
62+
# vim: syntax=ruby

moduleroot/Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ task test: [
3737
:<%= t %>,
3838
<% end -%>
3939
]
40+
# vim: syntax=ruby

moduleroot/spec/acceptance/nodesets/centos-511-x64.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
HOSTS:
23
centos-511-x64:
34
roles:
@@ -7,3 +8,5 @@ HOSTS:
78
hypervisor: vagrant
89
CONFIG:
910
type: foss
11+
...
12+
# vim: syntax=yaml

moduleroot/spec/acceptance/nodesets/centos-66-x64-pe.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
HOSTS:
23
centos-66-x64:
34
roles:
@@ -9,3 +10,5 @@ HOSTS:
910
hypervisor: vagrant
1011
CONFIG:
1112
type: pe
13+
...
14+
# vim: syntax=yaml

moduleroot/spec/acceptance/nodesets/centos-66-x64.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
HOSTS:
23
centos-66-x64:
34
roles:
@@ -7,3 +8,5 @@ HOSTS:
78
hypervisor: vagrant
89
CONFIG:
910
type: foss
11+
...
12+
# vim: syntax=yaml

moduleroot/spec/acceptance/nodesets/centos-72-x64.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
HOSTS:
23
centos-72-x64:
34
roles:
@@ -7,3 +8,5 @@ HOSTS:
78
hypervisor: vagrant
89
CONFIG:
910
type: foss
11+
...
12+
# vim: syntax=yaml

moduleroot/spec/acceptance/nodesets/debian-78-x64.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
HOSTS:
23
debian-78-x64:
34
roles:
@@ -7,3 +8,5 @@ HOSTS:
78
hypervisor: vagrant
89
CONFIG:
910
type: foss
11+
...
12+
# vim: syntax=yaml

moduleroot/spec/acceptance/nodesets/debian-82-x64.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
HOSTS:
23
debian-82-x64:
34
roles:
@@ -7,3 +8,5 @@ HOSTS:
78
hypervisor: vagrant
89
CONFIG:
910
type: foss
11+
...
12+
# vim: syntax=yaml

moduleroot/spec/acceptance/nodesets/ubuntu-server-1204-x64.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
HOSTS:
23
ubuntu-server-1204-x64:
34
roles:
@@ -7,3 +8,5 @@ HOSTS:
78
hypervisor: vagrant
89
CONFIG:
910
type: foss
11+
...
12+
# vim: syntax=yaml

moduleroot/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
HOSTS:
23
ubuntu-server-1404-x64:
34
roles:
@@ -7,3 +8,5 @@ HOSTS:
78
hypervisor: vagrant
89
CONFIG:
910
type: foss
11+
...
12+
# vim: syntax=yaml
+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
require 'rspec-puppet'
22

33
at_exit { RSpec::Puppet::Coverage.report! }
4+
# vim: syntax=ruby

moduleroot/spec/spec_helper.rb

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
<%- [@configs['spec_overrides']].flatten.compact.each do |line| -%>
55
<%= line %>
66
<%- end -%>
7+
# vim: syntax=ruby

modulesync.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ git_base: '[email protected]:'
33
namespace: voxpupuli
44
branch: modulesync
55
message: "Update from voxpupuli modulesync_config"
6+
...
7+
# vim: syntax=yaml

0 commit comments

Comments
 (0)