Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 391 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 391 Bytes

puppet-phantomjs

Simple puppet module that installs PhantomJS - headless WebKit scriptable with a Javascript API.

Using

class { 'phantomjs':
	package_version => '1.9.2',
	package_update => true,
	install_dir => '/usr/local/bin',
	source_dir => '/opt',
}

The module pulls in curl, bzip2 and libfontconfig1 if you haven't defined those packages yourself.