Skip to content

Instantly share code, notes, and snippets.

@boinger
Created September 5, 2013 23:26
Show Gist options
  • Save boinger/6457619 to your computer and use it in GitHub Desktop.
Save boinger/6457619 to your computer and use it in GitHub Desktop.
How do I deploy libcrange/mod_ranged/perl_seco_data_range? Like this.
class node::ops::range inherits node::ops::common {
firewall {
'10 allow range':
dport => '9999';
}
class {
'apache':
default_mods => false,
serveradmin => 'ops@icix.com',
}
include apache::mod::cache
include apache::mod::mime_magic
include apache::mod::vhost_alias
apache::listen { '9999': }
apache::mod {
'actions':;
'dir':;
'expires':;
'ext_filter':;
'include':;
'logio':;
'rewrite':;
'speling':;
'substitute':;
'suexec':;
'usertrack':;
'version':;
}
class {'libcrange::install': ; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment