Puppet Class: phantomjs::install
- Defined in:
- manifests/install.pp
Overview
Class phantomjs::install
This class is called from module for install.
5 6 7 8 9 10 11 |
# File 'manifests/install.pp', line 5
class phantomjs::install {
package { $::phantomjs::package_name:
ensure => present,
}
}
|