~bkerensa/ubuntu/raring/puppet/new-upstream-release

« back to all changes in this revision

Viewing changes to lib/puppet/type/augeas.rb

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-07-25 01:00:37 UTC
  • mfrom: (1.1.24 upstream) (3.1.25 sid)
  • Revision ID: james.westby@ubuntu.com-20110725010037-875vuxs10eboqgw3
Tags: 2.7.1-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - debian/puppetmaster-passenger.postinst: Use cacrl instead of hostcrl to
    set the location of the CRL in apache2 configuration. Fix apache2
    configuration on upgrade as well (LP: #641001)
  - move all puppet dependencies to puppet-common since all the code
    actually located in puppet-common.
  - move libagueas from a recommend to a dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#--
2
 
#  Copyright (C) 2008 Red Hat Inc.
3
 
#
4
 
#  This library is free software; you can redistribute it and/or
5
 
#  modify it under the terms of the GNU General Public
6
 
#  License as published by the Free Software Foundation; either
7
 
#  version 2 of the License, or (at your option) any later version.
8
 
#
9
 
#  This library is distributed in the hope that it will be useful,
10
 
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12
 
#  General Public License for more details.
13
 
#
14
 
#  You should have received a copy of the GNU General Public
15
 
#  License along with this library; if not, write to the Free Software
16
 
#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
17
 
#
18
 
# Author: Bryan Kearney <bkearney@redhat.com>
 
1
#
 
2
#   Copyright 2011 Bryan Kearney <bkearney@redhat.com>
 
3
#
 
4
#   Licensed under the Apache License, Version 2.0 (the "License");
 
5
#   you may not use this file except in compliance with the License.
 
6
#   You may obtain a copy of the License at
 
7
#
 
8
#       http://www.apache.org/licenses/LICENSE-2.0
 
9
#
 
10
#   Unless required by applicable law or agreed to in writing, software
 
11
#   distributed under the License is distributed on an "AS IS" BASIS,
 
12
#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
13
#   See the License for the specific language governing permissions and
 
14
#   limitations under the License.
19
15
 
20
16
Puppet::Type.newtype(:augeas) do
21
17
  include Puppet::Util