summaryrefslogtreecommitdiff
path: root/manifests/redhat.pp
diff options
context:
space:
mode:
authorMarc Fournier <marc.fournier@camptocamp.com>2011-11-15 13:05:20 +0100
committerMarc Fournier <marc.fournier@camptocamp.com>2011-11-15 13:05:20 +0100
commit762dffd677cd8b167a65c0a7595a48530c4cd091 (patch)
tree9f652d8f843d73caf1976d9bcea98b8555df9b82 /manifests/redhat.pp
parent7ce24e0cf63318cae52fde37ffdedb3b4bc2b81e (diff)
file renaming to be compliant with recommended module structure.
Diffstat (limited to 'manifests/redhat.pp')
-rw-r--r--manifests/redhat.pp10
1 files changed, 10 insertions, 0 deletions
diff --git a/manifests/redhat.pp b/manifests/redhat.pp
new file mode 100644
index 0000000..4632fc1
--- /dev/null
+++ b/manifests/redhat.pp
@@ -0,0 +1,10 @@
+class augeas::redhat inherits augeas::base {
+
+ package {
+ ["augeas", "augeas-libs"]:
+ ensure => $augeas_version,
+ before => File["/usr/share/augeas/lenses/contrib"],
+ }
+ package { "ruby-augeas": ensure => present }
+
+}