Skip to content
This repository has been archived by the owner on May 22, 2022. It is now read-only.

Commit

Permalink
opensource: Stop trying to install private plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
bsimpson63 committed Oct 12, 2017
1 parent 163b7a5 commit fd2962c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# about: {ROOTDIR}/about
# gold: {ROOTDIR}/gold
# liveupdate: {ROOTDIR}/liveupdate
# private: {ROOTDIR}/private
#
# All plugins are optional. A plugin will only be installed if it is listed
# in `plugins` AND it is located in a directory that both follows the plugin
Expand Down Expand Up @@ -50,7 +49,6 @@ plugins = [
"about",
"gold",
"liveupdate",
"private",
]

# overlayfs directories
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 gold liveupdate private}
REDDIT_PLUGINS=${REDDIT_PLUGINS:-about gold liveupdate}

# aptitude configuration
APTITUDE_OPTIONS=${APTITUDE_OPTIONS:-"-y"}
Expand Down

0 comments on commit fd2962c

Please sign in to comment.