Skip to content
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

Add varnish plan #854

Closed
wants to merge 1 commit into from
Closed

Add varnish plan #854

wants to merge 1 commit into from

Conversation

kevindickerson
Copy link
Contributor

Signed-off-by: Kevin J. Dickerson [email protected]

@thesentinels
Copy link
Contributor

By analyzing the blame information on this pull request, we identified @adamhjk to be a potential reviewer

do_install() {
do_default_install
mkdir -p $pkg_svc_var_path/habitat_varnish
chmod 777 $pkg_svc_var_path/habitat_varnish
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably don't want world write. 755 perhaps?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So I was wondering what the right thing to do with this is... Is umask better than chmod 755? chmod? Not quite sure about how to configure the hab environment's umask, but I figured chmod might be a good start?

@kevindickerson
Copy link
Contributor Author

kevindickerson commented Jun 14, 2016

Feel free to comment about the config.. it's bare-bones right now.

@@ -0,0 +1,41 @@
pkg_origin=loom
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

d'oh

Signed-off-by: Kevin J. Dickerson <[email protected]>

Change origin to core, reduce chmod privileges

Signed-off-by: Kevin J. Dickerson <[email protected]>

Revert chmod permissions to 777

Signed-off-by: Kevin J. Dickerson <[email protected]>
@smith
Copy link
Contributor

smith commented Jun 16, 2016

Looks like this fork is no longer available to review. Closing.

@smith smith closed this Jun 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants