Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Salt Cookbook
  • Toc
  • feedback
Salt Cookbook

Salt Cookbook

By : Anirban Saha
3.5 (2)
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
12
Index

Dealing with YAML configuration problems

One of the most simple, but extremely important entities, which cause problems in Salt configurations is the YAML format, which has to be consistently maintained in all Salt configurations. In this chapter, you will learn about the most common mistakes and how to avoid them.

How to do it...

  1. Run a misconfigured state file against a minion:
    [root@salt-master ~]# salt 'salt-minion' state.sls apache saltenv=development
    salt-minion:
        Data failed to compile:
    ----------
        Rendering SLS apache failed, render error: while parsing a block mapping
      in "<unicode string>", line 6, column 4:
           service:
           ^
    expected <block end>, but found '<block sequence start>'
      in "<unicode string>", line 8, column 5:
            - running
            ^
    .
    .
    .
    ParserError: while parsing a block mapping
      in "<unicode string>", line 6, column 4:
           service:
           ^
    expected <block end...

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
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