Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Sep 18, 2018
1 parent 580a345 commit 1e4bb40
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Apply a complete applicative policy

Now we have defined out technique, we will apply it.
To do so, got to the directives page ("Configuration management -> Directives")
To do so, got to the directives page (*Configuration management -> Directives*)
and find our new technique (for example by using the filter with "Website"),
and create a directive (in the latest version).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

== Trigger agent run

Now we have applied our directive, we can trigger its application by going
on our node with ssh:
Now we have applied our directive, we can trigger its application by connecting to
our node using ssh:

----
vagrant ssh node
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
= Configuration policies management

In the beginning of this guide, we defined static configuration policies and attached them to all of our nodes.
In the beginning of this guide, we defined static configuration policies and
attached them to all of our nodes.
Even if this may happen in real life, this is not common, and you will often
need more flexible policies.
need more flexible targets.

In this section, we will deploy a complete example of a website deployment,
that will look like a real use case.
In this section, we will configure a complete example of a website deployment,
that will look much like a real use case.

[NOTE]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In this section you will:
Here you will learn to define a configuration policy through Rudder's technique editor.
A technique is a configuration policy template, that will need to be instantiated afterwards.

Go to "Utilities -> Technique Editor". A configuration policy in Rudder is called a technique.
Go to *Configuration policy -> Techniques*. A configuration policy in Rudder is called a technique.

image::./tech-editor.png["Rudder technique editor", align="center"]

Expand Down
7 changes: 5 additions & 2 deletions src/get-started/modules/ROOT/pages/next.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@

This tutorial is now over. You can have a look at:

* xref:rudder-by-example:ROOT:index.adoc[Rudder by example] for explained usecases
* http://faq.rudder-project.org[Rudder FAQ]
* The xref:reference:installation:requirements.adoc[installation guide] to setup your own Rudder server
* xref:rudder-by-example:ROOT:index.adoc[Rudder by example] for explained use cases
* The http://faq.rudder-project.org[Rudder FAQ] may answer some of your questions
If you need help, or more information, just ask on https://gitter.im/normation/rudder[our chat room]!

0 comments on commit 1e4bb40

Please sign in to comment.