Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View jlsherrill's full-sized avatar

Justin Sherrill jlsherrill

View GitHub Profile
define foreman::config::passenger::fragment(
$content='',
$ssl_content='',
) {
require foreman::config::passenger
file { "${apache::mod_dir}/05-foreman.d/${name}.conf":
ensure => present,
content => $content,
owner => 'root',