Skip to content

Commit

Permalink
Tidied up code style
Browse files Browse the repository at this point in the history
  • Loading branch information
robknight committed Oct 19, 2011
1 parent 7b517f9 commit 75491d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apache/manifests/vhost.pp
@@ -1,6 +1,5 @@


define apache::vhost( $port, $documentroot, $ssl = false, $template='apache/vhost.conf.erb', $priority = '0', $serveraliases = '' , $enable=true) { define apache::vhost( $port, $documentroot, $ssl = false, $template='apache/vhost.conf.erb', $priority = '0', $serveraliases = '' , $enable=true) {

file {"${apache::params::vhostdir}/${priority}-${name}.conf": file {"${apache::params::vhostdir}/${priority}-${name}.conf":
content => template($template), content => template($template),
# mode => "${apache::params::configfile_mode}", # mode => "${apache::params::configfile_mode}",
Expand Down

0 comments on commit 75491d0

Please sign in to comment.