diff options
author | Micah Anderson <micah@riseup.net> | 2013-06-14 17:41:04 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-06-14 17:41:04 -0400 |
commit | 940e4d658443f31194f1565f6871ecab012b85a0 (patch) | |
tree | 6d2a6a8df320026a1ad98b2b66ecb4d0adfeef07 /files/boilerplate | |
parent | 06c5058752f7c1856380766784f48e077c3194ed (diff) |
Change the 'require augeas' to instead be a class ordering hint.
When the 'require augeas' was there, it would declare the augeas class, which
would result in a duplicate definition when you have elsewhere something like this:
$augeasversion = $::lsbdistcodename ? {
squeeze => '0.10.0-1~bpo60+3',
wheezy => latest
}
class { 'augeas': version => $augeasversion }
changing it to an ordering parameter makes sure that it is installed and working
before anything else happens
Diffstat (limited to 'files/boilerplate')
0 files changed, 0 insertions, 0 deletions