[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r594: Fix double-declaration.

Jeff Licquia licquia at linuxfoundation.org
Thu Jun 26 19:06:01 UTC 2014


------------------------------------------------------------
revno: 594
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Thu 2014-06-26 15:06:01 -0400
message:
  Fix double-declaration.
modified:
  modules/apachehttpd/manifests/linuxbase.pp
-------------- next part --------------
=== modified file 'modules/apachehttpd/manifests/linuxbase.pp'
--- a/modules/apachehttpd/manifests/linuxbase.pp	2014-06-26 19:04:10 +0000
+++ b/modules/apachehttpd/manifests/linuxbase.pp	2014-06-26 19:06:01 +0000
@@ -6,11 +6,6 @@
 
     include apachehttpd::betaspecs
 
-    file { '/srv/www/vhosts/linuxbase.org':
-        ensure  => directory,
-        require => File['/srv/www/vhosts'],
-    }
-
     file { '/srv/www/vhosts/linuxbase.org/freenode.txt':
         source  => "puppet:///modules/apachehttpd/content/default/freenode.txt",
         require => File['/srv/www/vhosts/linuxbase.org'],



More information about the lsb-messages mailing list