Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Salt Cookbook
  • Table Of Contents Toc
  • Feedback & Rating feedback
Salt Cookbook

Salt Cookbook

By : Anirban Saha
3.5 (2)
close
close
Salt Cookbook

Salt Cookbook

3.5 (2)
By: Anirban Saha

Overview of this book

If you are a professional associated with system and infrastructure management, looking at automated infrastructure and deployments, then this book is for you. No prior experience of Salt is required.
Table of Contents (13 chapters)
close
close
12
Index

Managing packages using rvm, gem, and pip


At the present time, like all other aspects of the operating system, package management is no longer limited to the default system package managers such as yum and apt-get. With the widespread uses of Ruby and Python-based frameworks, the need to manage packages and supporting libraries for them have become an absolute necessity. This is where package managers like rvm, gem, and pip come in. In this recipe, you will learn how to manage packages with these package managers using Salt.

How to do it...

Create two minions called stgdc1app01 and stgdc1app02. Configure a grain called app_type in both the minions and set the value of the grain as rails in stgdc1app01 and as django in stgdc1app02:

  1. Create a new state directory called app in the staging environment.

  2. Create and edit the /opt/salt-cookbook/staging/app/rails.sls file to have the following entries:

    ruby-2.1.5:
      rvm.installed:
        - default: True
    
    set_ruby:
      cmd.run:
        - name: 'source /etc/profile...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech

Create a Note

Modal Close icon
You need to login to use this feature.
notes
bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Delete Note

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Edit Note

Modal Close icon
Write a note (max 255 characters)
Cancel
Update Note

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY