forked from nesquena/cap-recipes
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorporate danman01's work into donnoman:master #3
Open
donnoman
wants to merge
38
commits into
donnoman:master
Choose a base branch
from
danman01:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
47fb37e
adding hook after setup to install
danman01 088ebb8
adding after setup hook
danman01 4d899f9
changing out utilities usage to use sudo
danman01 99b4814
expanding --group
danman01 79a655f
trying utilities sudo
danman01 2dc7d87
adding sudo to addgroup
danman01 2aea39f
taking out custom adduser and addgroup code, as i edited utilities mo…
danman01 ed4d252
Create postgresql.rb
danman01 7014a04
changing hooks to work with deploy:setup
danman01 68ec3aa
adding set default method
danman01 5301fbf
Update postgresql.rb
danman01 67ba75a
Update postgresql.rb
danman01 f9df481
adding set default method
danman01 d032775
Update postgresql.rb
danman01 cb4ef6d
wrapped everything up
danman01 a3a22a4
Update postgresql.rb
danman01 91ef792
removed set default and just using set
danman01 eee7f52
setting values to blocks
danman01 9517319
Update postgresql.rb
danman01 174bb8d
Update postgresql.rb
danman01 13ccfa9
Update postgresql.rb
danman01 cc6ea8e
Update postgresql.rb
danman01 ec486cc
Update postgresql.rb
danman01 7c27909
Update postgresql.rb
danman01 cbd1164
commenting postgresql setup to not generate database yml
danman01 0f2aa5b
adding full list of available install recipes to readme
danman01 e0cf30b
Update postgresql.rb
danman01 9d1f5ec
adding after setup hook
danman01 f754f64
adding some rollback tasks
danman01 910b75b
commenting out postgresql ssetup for now...
danman01 46a8445
adding deploy:provision back into the mix
danman01 7d37e51
relying on deploy:provision once more
danman01 0498f4f
removing deploy:setup install hook
danman01 4d2b068
taking out hooks
danman01 e457cb6
Update hooks.rb
danman01 4127a7a
took out deploy setup hook
danman01 bc7dbcd
adding provision task
danman01 1084117
Update manage.rb
danman01 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update hooks.rb
commit e457cb63361181e094bc440f743f9816a0fe1d5a
There are no files selected for viewing
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you explain your reasoning for removing?
Is this a change for everybody or just you.
because you could chose to do
instead of
in your deploy.rb and let this file remain unmodified for those who still depend on it.