From a7bca7eb8471d546edc27d452cccb8a23ca9b801 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Mon, 7 Jan 2008 11:59:30 -0600 Subject: Removing the requirement in the parsed mount provider that the fstab file exist. --- lib/puppet/provider/mount/parsed.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/puppet/provider/mount/parsed.rb b/lib/puppet/provider/mount/parsed.rb index 20908333d..9bc1cf5a5 100755 --- a/lib/puppet/provider/mount/parsed.rb +++ b/lib/puppet/provider/mount/parsed.rb @@ -14,7 +14,7 @@ Puppet::Type.type(:mount).provide(:parsed, :filetype => :flat ) do include Puppet::Provider::Mount - confine :exists => fstab + #confine :exists => fstab commands :mountcmd => "mount", :umount => "umount" -- cgit