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

Using post-install scripts


When Salt cloud is used to launch instances, they need to be configured to install the Salt minion package, and register themselves with the Salt master. This task is done by using post-install scripts. In this recipe, we will learn about the procedure to use post-install scripts in Salt cloud.

How to do it...

  1. On the Salt master, execute the following command:

    [root@salt-master ~]# ls -l /usr/lib/python2.6/site-packages/salt/cloud/deploy/
    total 248
    -rw-r--r-- 1 root root    864 Jun 17  2014 Arch-git.sh
    -rw-r--r-- 1 root root    677 Jun 17  2014 Arch.sh
    -rw-r--r-- 1 root root 166951 Sep 19 11:52 bootstrap-salt.sh
    -rw-r--r-- 1 root root    735 Aug  1  2014 curl-bootstrap-git.sh
    -rw-r--r-- 1 root root    708 Aug  1  2014 curl-bootstrap.sh
    -rw-r--r-- 1 root root   1297 Jun 17  2014 Debian-git.sh
    -rw-r--r-- 1 root root   1049 Jun 17  2014 Debian.sh
    -rw-r--r-- 1 root root   1187 Jun 17  2014 Fedora-git.sh
    -rw-r--r-- 1 root root    982 Jun 17  2014 Fedora.sh
    -rw-r--r--...
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 €18.99/month. Cancel anytime