File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 225225 case $::osfamily {
226226 ' debian' : {
227227 $docroot = ' /var/www'
228- $pidfile = ' ${APACHE_PID_FILE}'
228+ $pidfile = " \ $ {APACHE_PID_FILE}"
229229 $error_log = ' error.log'
230230 $error_documents_path = ' /usr/share/apache2/error'
231231 $scriptalias = ' /usr/lib/cgi-bin'
Original file line number Diff line number Diff line change 7878 }
7979 }
8080
81- file { "${ _loadfile_name}" :
81+ file { $ _loadfile_name:
8282 ensure => file ,
8383 path => " ${mod_dir} /${_loadfile_name}" ,
8484 owner => ' root' ,
Original file line number Diff line number Diff line change 44 # Debian specifies it's cgid sock path, but RedHat uses the default value
55 # with no config file
66 $cgisock_path = $::osfamily ? {
7- ' debian' => ' ${APACHE_RUN_DIR}/cgisock' ,
7+ ' debian' => " \ $ {APACHE_RUN_DIR}/cgisock" ,
88 ' freebsd' => ' cgisock' ,
99 default => undef ,
1010 }
Original file line number Diff line number Diff line change 11class apache::mod::dav_fs {
22 $dav_lock = $::osfamily ? {
3- ' debian' => ' ${APACHE_LOCK_DIR}/DAVLock' ,
3+ ' debian' => " \ $ {APACHE_LOCK_DIR}/DAVLock" ,
44 ' freebsd' => ' /usr/local/var/DavLock' ,
55 default => ' /var/lib/dav/lockdb' ,
66 }
Original file line number Diff line number Diff line change 66 $package_name = undef ,
77) {
88 $session_cache = $::osfamily ? {
9- ' debian' => ' ${APACHE_RUN_DIR}/ssl_scache(512000)' ,
9+ ' debian' => " \ $ {APACHE_RUN_DIR}/ssl_scache(512000)" ,
1010 ' redhat' => ' /var/cache/mod_ssl/scache(512000)' ,
1111 ' freebsd' => ' /var/run/ssl_scache(512000)' ,
1212 }
1818 } elsif $::operatingsystem == ' Ubuntu' and $::operatingsystemrelease == ' 10.04' {
1919 $ssl_mutex = ' file:/var/run/apache2/ssl_mutex'
2020 } else {
21- $ssl_mutex = ' file:${APACHE_RUN_DIR}/ssl_mutex'
21+ $ssl_mutex = " file:\ $ {APACHE_RUN_DIR}/ssl_mutex"
2222 }
2323 }
2424 ' redhat' : {
You can’t perform that action at this time.
0 commit comments