dev/modules/sysconfig/manifests/nginx.pp
author ymh <ymh.work@gmail.com>
Tue, 08 Apr 2014 16:21:53 +0200
changeset 628 ecf0e467eeb8
parent 587 a1aa29e7809f
permissions -rw-r--r--
adapt dev enviromenent to the new test-suite location

class sysconfig::nginx {
  # install nginx
  class { '::nginx':}

}