Created
March 7, 2013 17:48
-
-
Save omgjlk/5110097 to your computer and use it in GitHub Desktop.
A diff of Puppetfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 475f4dc5b5e50c1e4fdce44bf5ca032f73e6fdce | |
Author: Jesse Keating <[email protected]> | |
Date: Tue Feb 26 22:34:36 2013 -0800 | |
Add dropbox | |
diff --git a/Puppetfile b/Puppetfile | |
index dc90106..0de2c22 100644 | |
--- a/Puppetfile | |
+++ b/Puppetfile | |
@@ -43,3 +43,4 @@ github "iterm2", "1.0.0" | |
github "wget", "1.0.0" | |
github "screen", "1.0.0" | |
github "flux", "0.0.1" | |
+github "dropbox", "1.0.0" | |
diff --git a/Puppetfile.lock b/Puppetfile.lock | |
index 02ef1ae..14990fa 100644 | |
--- a/Puppetfile.lock | |
+++ b/Puppetfile.lock | |
@@ -9,6 +9,11 @@ GITHUBTARBALL | |
dnsmasq (1.0.0) | |
GITHUBTARBALL | |
+ remote: boxen/puppet-dropbox | |
+ specs: | |
+ dropbox (1.0.0) | |
+ | |
+GITHUBTARBALL | |
remote: boxen/puppet-flux | |
specs: | |
flux (0.0.1) | |
@@ -96,6 +101,7 @@ GITHUBTARBALL | |
DEPENDENCIES | |
boxen (= 1.0.2) | |
dnsmasq (= 1.0.0) | |
+ dropbox (= 1.0.0) | |
flux (= 0.0.1) | |
gcc (= 1.0.0) | |
git (= 1.0.0) | |
diff --git a/modules/people/manifests/j2sol.pp b/modules/people/manifests/j2sol.pp | |
index eda79d1..70c158e 100644 | |
--- a/modules/people/manifests/j2sol.pp | |
+++ b/modules/people/manifests/j2sol.pp | |
@@ -9,6 +9,7 @@ class people::j2sol { | |
include wget | |
include screen | |
include flux | |
+ include dropbox | |
include projects::endeavor | |
diff --git a/vendor/puppet/cache/boxen-puppet-dropbox-1.0.0.tar.gz b/vendor/puppet | |
new file mode 100644 | |
index 0000000..1f32f92 | |
Binary files /dev/null and b/vendor/puppet/cache/boxen-puppet-dropbox-1.0.0.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment