Skip to content

jhaals/puppet-dockutil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet-Dockutil Module for Boxen

Build Status

This module allows you to mange your dock using Kyle Crawford’s awesome dockutil.

Usage

dockutil::item { 'Add iTerm':
		item 	 => "/Applications/iTerm.app",
		label	     => "iTerm",
		action 	 => "add",
		position => 2,
	}

Required Puppet Modules

  • boxen

Development

Write code. Run script/cibuild to test it. Check the script directory for other useful tools.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Puppet 46.7%
  • Perl 28.6%
  • Shell 15.2%
  • Ruby 7.8%
  • JavaScript 1.7%