Project

General

Profile

« Previous | Next » 

Revision e69d37d4

Added by Ivan Necas over 10 years ago

Make sure certs are deployed before httpd starts

View differences:

manifests/apache.pp
group => 'root',
require => [Pubkey[$apache_ssl_cert], Privkey[$apache_ssl_key]],
notify => Exec['reload-apache'],
}
} -> Service['httpd']
}
}

Also available in: Unified diff