dev/modules/sysconfig/manifests/nginx.pp
author ymh <ymh.work@gmail.com>
Mon, 05 May 2014 11:17:48 +0200
changeset 645 4d1aa030e746
parent 587 a1aa29e7809f
permissions -rw-r--r--
Correct some tests in test-suite

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

}