[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 2.6.5-303-gfcfa26a
Stefan Schulte
stefan.schulte at taunusstein.net
Thu Mar 17 10:46:05 UTC 2011
The following commit has been merged in the upstream branch:
commit ade951aa9d0017743059f282cbc1611a8b0b02f0
Author: Stefan Schulte <stefan.schulte at taunusstein.net>
Date: Sun Jan 23 12:47:38 2011 +0100
(#4914) Join lines for better readability
diff --git a/lib/puppet/provider/mount/parsed.rb b/lib/puppet/provider/mount/parsed.rb
index 82d1628..a8c8bc1 100755
--- a/lib/puppet/provider/mount/parsed.rb
+++ b/lib/puppet/provider/mount/parsed.rb
@@ -9,20 +9,13 @@ else
end
- Puppet::Type.type(:mount).provide(
- :parsed,
- :parent => Puppet::Provider::ParsedFile,
- :default_target => fstab,
-
- :filetype => :flat
-) do
+Puppet::Type.type(:mount).provide(:parsed,:parent => Puppet::Provider::ParsedFile,:default_target => fstab,:filetype => :flat) do
include Puppet::Provider::Mount
#confine :exists => fstab
commands :mountcmd => "mount", :umount => "umount"
- @platform = Facter["operatingsystem"].value
- case @platform
+ case Facter["operatingsystem"]
when "Solaris"
@fields = [:device, :blockdevice, :name, :fstype, :pass, :atboot, :options]
else
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list