summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois Deppierraz <francois.deppierraz@camptocamp.com>2009-03-11 12:24:00 +0100
committerFrancois Deppierraz <francois.deppierraz@camptocamp.com>2009-03-11 12:24:00 +0100
commit052bc823957665892fea477253b24404d0943453 (patch)
treef119b5d08c13e13be0de6166c1e537ab57378ef8
parent3401e82c802d5d542edd15c308126c6892b5c356 (diff)
fix doc
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index c962924..7918256 100644
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ This module does 3 things:
The idea is to override this class to include your specific needs. Example:
-class augeas::my-redhat inherits augeas::base {
+class augeas::my-redhat inherits augeas::redhat {
Package["augeas"] {
require => Yumrepo["epel-fedora-testing"],
@@ -27,7 +27,7 @@ class augeas::my-redhat inherits augeas::base {
}
}
-class augeas::my-debian inherits augeas::base {
+class augeas::my-debian inherits augeas::debian {
Package["libaugeas0"] {
ensure => "latest";