1
0
Fork 0

Remove unused modules

This commit is contained in:
Andrew Tomaka 2014-05-14 01:10:24 -04:00
parent 7028352103
commit 7d261c83a7
3 changed files with 0 additions and 40 deletions

View File

@ -68,19 +68,14 @@ github "firefox", "1.1.5"
github "flux", "1.0.1" github "flux", "1.0.1"
github "heroku", "2.0.0" github "heroku", "2.0.0"
github "iterm2", "1.0.4" github "iterm2", "1.0.4"
github "league_of_legends", "1.1.2"
github "libreoffice", "4.1.3"
github "python", "1.1.1" github "python", "1.1.1"
github "qt", "1.1.0" github "qt", "1.1.0"
github "skype", "1.0.7" github "skype", "1.0.7"
github "spotify", "1.0.1"
github "sublime_text_2", "1.1.2" github "sublime_text_2", "1.1.2"
github "tmux", "1.0.2" github "tmux", "1.0.2"
github "tunnelblick", "1.0.4"
github "osx", "2.2.0" github "osx", "2.2.0"
github "vagrant", "3.0.0" github "vagrant", "3.0.0"
github "virtualbox", "1.0.9" github "virtualbox", "1.0.9"
github "vlc", "1.0.5" github "vlc", "1.0.5"
github "wget", "1.0.0" github "wget", "1.0.0"
github "whatpulse", "0.1.1", :repo => "atomaka/puppet-whatpulse"
github "zsh", "1.0.0" github "zsh", "1.0.0"

View File

@ -1,8 +1,3 @@
GITHUBTARBALL
remote: atomaka/puppet-whatpulse
specs:
whatpulse (0.1.1)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-adium remote: boxen/puppet-adium
specs: specs:
@ -88,16 +83,6 @@ GITHUBTARBALL
specs: specs:
iterm2 (1.0.4) iterm2 (1.0.4)
GITHUBTARBALL
remote: boxen/puppet-league_of_legends
specs:
league_of_legends (1.1.2)
GITHUBTARBALL
remote: boxen/puppet-libreoffice
specs:
libreoffice (4.1.3)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-nginx remote: boxen/puppet-nginx
specs: specs:
@ -153,11 +138,6 @@ GITHUBTARBALL
specs: specs:
skype (1.0.7) skype (1.0.7)
GITHUBTARBALL
remote: boxen/puppet-spotify
specs:
spotify (1.0.1)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-sublime_text_2 remote: boxen/puppet-sublime_text_2
specs: specs:
@ -173,11 +153,6 @@ GITHUBTARBALL
specs: specs:
tmux (1.0.2) tmux (1.0.2)
GITHUBTARBALL
remote: boxen/puppet-tunnelblick
specs:
tunnelblick (1.0.4)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-vagrant remote: boxen/puppet-vagrant
specs: specs:
@ -242,8 +217,6 @@ DEPENDENCIES
hub (= 1.3.0) hub (= 1.3.0)
inifile (= 1.0.3) inifile (= 1.0.3)
iterm2 (= 1.0.4) iterm2 (= 1.0.4)
league_of_legends (= 1.1.2)
libreoffice (= 4.1.3)
module-data (= 0.0.3) module-data (= 0.0.3)
nginx (= 1.4.3) nginx (= 1.4.3)
nodejs (= 3.7.0) nodejs (= 3.7.0)
@ -256,17 +229,14 @@ DEPENDENCIES
repository (= 2.3.0) repository (= 2.3.0)
ruby (= 7.3.0) ruby (= 7.3.0)
skype (= 1.0.7) skype (= 1.0.7)
spotify (= 1.0.1)
stdlib (= 4.1.0) stdlib (= 4.1.0)
sublime_text_2 (= 1.1.2) sublime_text_2 (= 1.1.2)
sudo (= 1.0.0) sudo (= 1.0.0)
tmux (= 1.0.2) tmux (= 1.0.2)
tunnelblick (= 1.0.4)
vagrant (= 3.0.0) vagrant (= 3.0.0)
virtualbox (= 1.0.9) virtualbox (= 1.0.9)
vlc (= 1.0.5) vlc (= 1.0.5)
wget (= 1.0.0) wget (= 1.0.0)
whatpulse (= 0.1.1)
xquartz (= 1.1.1) xquartz (= 1.1.1)
zsh (= 1.0.0) zsh (= 1.0.0)

View File

@ -8,19 +8,14 @@ class people::atomaka::applications {
include flux include flux
include heroku include heroku
include iterm2::stable include iterm2::stable
include league_of_legends::na
#include libreoffice
include python include python
include skype include skype
include spotify
include sublime_text_2 include sublime_text_2
include tmux include tmux
include tunnelblick
include qt include qt
include vagrant include vagrant
include virtualbox include virtualbox
include vlc include vlc
include wget include wget
include whatpulse
include zsh include zsh
} }