Skip to content

Commit

Permalink
Remove the meatspace plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjoconnor committed Sep 12, 2016
1 parent f35a92b commit 72a76f8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# donate: {ROOTDIR}/donate
# gold: {ROOTDIR}/gold
# liveupdate: {ROOTDIR}/liveupdate
# meatspace: {ROOTDIR}/meatspace
# private: {ROOTDIR}/private
#
# All plugins are optional. A plugin will only be installed if it is listed
Expand Down Expand Up @@ -55,7 +54,6 @@ plugins = [
"donate",
"gold",
"liveupdate",
"meatspace",
"private",
]

Expand Down
2 changes: 1 addition & 1 deletion install/install.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ REDDIT_DOMAIN=${REDDIT_DOMAIN:-reddit.local}

# the plugins to install if they adhere to plugin naming and location
# conventions on the host
REDDIT_PLUGINS=${REDDIT_PLUGINS:-about adzerk donate gold liveupdate meatspace private}
REDDIT_PLUGINS=${REDDIT_PLUGINS:-about adzerk donate gold liveupdate private}

# aptitude configuration
APTITUDE_OPTIONS=${APTITUDE_OPTIONS:-"-y"}
Expand Down
3 changes: 0 additions & 3 deletions r2/example.ini
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,6 @@ liveupdate_pixel_domain = %(domain)s
# maximum number of outstanding invites an event can have
liveupdate_invite_quota = 5

###### meatspace
# nothing!

mobile_auth_gild_clients = android123, ios123
# days
mobile_auth_gild_time = 90
Expand Down

0 comments on commit 72a76f8

Please sign in to comment.