summaryrefslogtreecommitdiff
path: root/manifests/redhat.pp
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2013-03-13 11:17:16 +0100
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2013-03-13 11:17:16 +0100
commitd404a31e789d9e2d90aa1238374a11fd3d3f565b (patch)
tree75b727579636d68fc785d8ea20ff194665d1fdc8 /manifests/redhat.pp
parent8df48d003efcf055b27593091fb981c5c193bc6a (diff)
Reorganize classes
Diffstat (limited to 'manifests/redhat.pp')
-rw-r--r--manifests/redhat.pp13
1 files changed, 0 insertions, 13 deletions
diff --git a/manifests/redhat.pp b/manifests/redhat.pp
deleted file mode 100644
index 1e95728..0000000
--- a/manifests/redhat.pp
+++ /dev/null
@@ -1,13 +0,0 @@
-class augeas::redhat inherits augeas::base {
-
- package {
- ['augeas', 'augeas-libs']:
- ensure => $augeas::base::version,
- before => File['/usr/share/augeas/lenses'],
- }
-
- package { 'ruby-augeas':
- ensure => $augeas::base::rubylib_version,
- }
-
-}