Remove unused modules
This commit is contained in:
parent
7028352103
commit
7d261c83a7
3 changed files with 0 additions and 40 deletions
|
@ -68,19 +68,14 @@ github "firefox", "1.1.5"
|
|||
github "flux", "1.0.1"
|
||||
github "heroku", "2.0.0"
|
||||
github "iterm2", "1.0.4"
|
||||
github "league_of_legends", "1.1.2"
|
||||
github "libreoffice", "4.1.3"
|
||||
github "python", "1.1.1"
|
||||
github "qt", "1.1.0"
|
||||
github "skype", "1.0.7"
|
||||
github "spotify", "1.0.1"
|
||||
github "sublime_text_2", "1.1.2"
|
||||
github "tmux", "1.0.2"
|
||||
github "tunnelblick", "1.0.4"
|
||||
github "osx", "2.2.0"
|
||||
github "vagrant", "3.0.0"
|
||||
github "virtualbox", "1.0.9"
|
||||
github "vlc", "1.0.5"
|
||||
github "wget", "1.0.0"
|
||||
github "whatpulse", "0.1.1", :repo => "atomaka/puppet-whatpulse"
|
||||
github "zsh", "1.0.0"
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
GITHUBTARBALL
|
||||
remote: atomaka/puppet-whatpulse
|
||||
specs:
|
||||
whatpulse (0.1.1)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: boxen/puppet-adium
|
||||
specs:
|
||||
|
@ -88,16 +83,6 @@ GITHUBTARBALL
|
|||
specs:
|
||||
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
|
||||
remote: boxen/puppet-nginx
|
||||
specs:
|
||||
|
@ -153,11 +138,6 @@ GITHUBTARBALL
|
|||
specs:
|
||||
skype (1.0.7)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: boxen/puppet-spotify
|
||||
specs:
|
||||
spotify (1.0.1)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: boxen/puppet-sublime_text_2
|
||||
specs:
|
||||
|
@ -173,11 +153,6 @@ GITHUBTARBALL
|
|||
specs:
|
||||
tmux (1.0.2)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: boxen/puppet-tunnelblick
|
||||
specs:
|
||||
tunnelblick (1.0.4)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: boxen/puppet-vagrant
|
||||
specs:
|
||||
|
@ -242,8 +217,6 @@ DEPENDENCIES
|
|||
hub (= 1.3.0)
|
||||
inifile (= 1.0.3)
|
||||
iterm2 (= 1.0.4)
|
||||
league_of_legends (= 1.1.2)
|
||||
libreoffice (= 4.1.3)
|
||||
module-data (= 0.0.3)
|
||||
nginx (= 1.4.3)
|
||||
nodejs (= 3.7.0)
|
||||
|
@ -256,17 +229,14 @@ DEPENDENCIES
|
|||
repository (= 2.3.0)
|
||||
ruby (= 7.3.0)
|
||||
skype (= 1.0.7)
|
||||
spotify (= 1.0.1)
|
||||
stdlib (= 4.1.0)
|
||||
sublime_text_2 (= 1.1.2)
|
||||
sudo (= 1.0.0)
|
||||
tmux (= 1.0.2)
|
||||
tunnelblick (= 1.0.4)
|
||||
vagrant (= 3.0.0)
|
||||
virtualbox (= 1.0.9)
|
||||
vlc (= 1.0.5)
|
||||
wget (= 1.0.0)
|
||||
whatpulse (= 0.1.1)
|
||||
xquartz (= 1.1.1)
|
||||
zsh (= 1.0.0)
|
||||
|
||||
|
|
|
@ -8,19 +8,14 @@ class people::atomaka::applications {
|
|||
include flux
|
||||
include heroku
|
||||
include iterm2::stable
|
||||
include league_of_legends::na
|
||||
#include libreoffice
|
||||
include python
|
||||
include skype
|
||||
include spotify
|
||||
include sublime_text_2
|
||||
include tmux
|
||||
include tunnelblick
|
||||
include qt
|
||||
include vagrant
|
||||
include virtualbox
|
||||
include vlc
|
||||
include wget
|
||||
include whatpulse
|
||||
include zsh
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue