Skip to content
Snippets Groups Projects

Document the gitlab way we use chef

Merged Jason Tevnan requested to merge document-the-gitlab-way-we-use-chef into master
1 unresolved thread

This is the start of the documentation mentioned in https://gitlab.com/gitlab-com/infrastructure/issues/1659 and merging it will close it.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 52
    53 ```
    54 redisio_install "redis-installation" do
    55 version '2.6.9'
    56 download_url 'http://redis.googlecode.com/files/redis-2.6.9.tar.gz'
    57 safe_install false
    58 install_dir '/usr/local/'
    59 end
    60 ```
    61 By calling the LWRP we are agnostic to changes in the cookbook background, in the same way we access all chef resources. It does mean we need a wrapping recipe.
    62
    63 ##### Attributes and includes
    64 Cookbooks can rely on all configuration to be available via attributes on a node, allowing all configuration to be done via that route.
    65 Example:
    66 [REDISIO cookbook with attributes and includes](https://github.com/brianbianco/redisio#role-file-examples)
    67 ```
  • Jason Tevnan added 3 commits

    added 3 commits

    Compare with previous version

  • Jason Tevnan added 1 commit

    added 1 commit

    • 55c26b2a - corrected formating and changed json to ruby

    Compare with previous version

  • username-removed-367626
  • Jason Tevnan added 2 commits

    added 2 commits

    Compare with previous version

  • Jason Tevnan added 2 commits

    added 2 commits

    • 3061a666 - added suggestions and clarified 'bacon' reference
    • 1038e398 - merged master

    Compare with previous version

  • Jason Tevnan added 1 commit

    added 1 commit

    Compare with previous version

  • Jason Tevnan unmarked as a Work In Progress

    unmarked as a Work In Progress

  • Author Maintainer

    @pcarranza I added all the comments which have come in the past day. Merge away

  • added 10 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading