Puppet Class: phantomjs

Inherits:
::phantomjs::params
Defined in:
manifests/init.pp

Overview

Class: phantomjs

Full description of class module here.

Parameters

sample_parameter

Explanation of what this parameter affects and what it defaults to.

Parameters:

  • package_name (Any) (defaults to: $::phantomjs::params::package_name)


10
11
12
13
14
15
16
17
18
# File 'manifests/init.pp', line 10

class phantomjs (
  $package_name = $::phantomjs::params::package_name
) inherits ::phantomjs::params {

  # validate parameters here

  class { '::phantomjs::install': } ->
    Class['::phantomjs']
}