Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Salt Cookbook

You're reading from   Salt Cookbook Over 80 hands-on recipes to efficiently configure and manage your infrastructure with Salt

Arrow left icon
Product type Paperback
Published in Jul 2015
Publisher
ISBN-13 9781784399740
Length 350 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Anirban Saha Anirban Saha
Author Profile Icon Anirban Saha
Anirban Saha
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. Salt Architecture and Components FREE CHAPTER 2. Writing Advanced Salt Configurations 3. Modules, Orchestration, and Scaling Salt 4. General Administration Tasks 5. Advanced Administration Tasks 6. Managing Application Servers 7. Managing Databases 8. Configuring Salt Cloud 9. Managing Amazon Web Services 10. Salt Event and Reactor System 11. Troubleshooting 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...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime