grahamgilbert / puppet-dockutil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Ruby 44.6%Language:Puppet 44.2%Language:Shell 9.8%Language:JavaScript 1.5%