From 7d261c83a76e03eecb9a0fd38403b0a9c33ef2a6 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 14 May 2014 01:10:24 -0400 Subject: [PATCH] Remove unused modules --- Puppetfile | 5 ---- Puppetfile.lock | 30 ------------------- .../people/manifests/atomaka/applications.pp | 5 ---- 3 files changed, 40 deletions(-) diff --git a/Puppetfile b/Puppetfile index 5c97df7..005db77 100644 --- a/Puppetfile +++ b/Puppetfile @@ -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" diff --git a/Puppetfile.lock b/Puppetfile.lock index bdfa986..8238798 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -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) diff --git a/modules/people/manifests/atomaka/applications.pp b/modules/people/manifests/atomaka/applications.pp index 71017cb..2daec69 100644 --- a/modules/people/manifests/atomaka/applications.pp +++ b/modules/people/manifests/atomaka/applications.pp @@ -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 }