Skip to content

prachetasp/puppet-phantomjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple puppet module that installs PhantomJS

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Puppet 100.0%