summaryrefslogtreecommitdiff
path: root/lib/puppet/type
diff options
context:
space:
mode:
authorGary Larizza <gary@puppetlabs.com>2012-10-18 18:12:09 -0700
committerGary Larizza <gary@puppetlabs.com>2012-10-18 18:12:09 -0700
commit755b593dbd3588ec95d952228477f6df9d7ae328 (patch)
treeb56b2a52caf9259bc19454bd806bb5d0c467b979 /lib/puppet/type
parent7a08d7f5356aad3c4af3467d076071ab8e087f55 (diff)
parentd4f68c2b28e08158b53e3f7606c94de7481bc74a (diff)
Merge pull request #30 from ghoneycutt/noticket/master/inappropriate_whitespace
Removes trailing whitespace
Diffstat (limited to 'lib/puppet/type')
-rw-r--r--lib/puppet/type/vcsrepo.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/type/vcsrepo.rb b/lib/puppet/type/vcsrepo.rb
index 4fab79e..1fd006b 100644
--- a/lib/puppet/type/vcsrepo.rb
+++ b/lib/puppet/type/vcsrepo.rb
@@ -21,7 +21,7 @@ Puppet::Type.newtype(:vcsrepo) do
feature :ssh_identity,
"The provider supports a configurable SSH identity file"
-
+
feature :user,
"The provider can run as a different user"
@@ -168,7 +168,7 @@ Puppet::Type.newtype(:vcsrepo) do
newparam :identity, :required_features => [:ssh_identity] do
desc "SSH identity file"
end
-
+
newparam :module, :required_features => [:modules] do
desc "The repository module to manage"
end