dev/provisioning/modules/apache/manifests/mod/cache.pp
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 17 Oct 2016 22:40:26 +0530
changeset 350 c3a6266ebe0a
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Fix loading width height issues

class apache::mod::cache {
  ::apache::mod { 'cache': }
}