dev/provisioning/modules/apache/manifests/mod/rewrite.pp
author ymh <ymh.work@gmail.com>
Tue, 20 Dec 2016 18:12:12 +0100
changeset 480 814468b0fc69
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
use rangeslider.js polyfill to ensure cross browser compatibility

class apache::mod::rewrite {
  include ::apache::params
  ::apache::mod { 'rewrite': }
}