Merge pull request #23 from ccaum/13860_autorequire_httpd_package
(#13860) Autorequire Package['httpd']
This commit is contained in:
commit
789d8d3f3b
@ -1,8 +1,8 @@
|
|||||||
Puppet::Type.type(:a2mod).provide(:a2mod) do
|
Puppet::Type.type(:a2mod).provide(:a2mod) do
|
||||||
desc "Manage Apache 2 modules on Debian and Ubuntu"
|
desc "Manage Apache 2 modules on Debian and Ubuntu"
|
||||||
|
|
||||||
commands :encmd => "a2enmod"
|
optional_commands :encmd => "a2enmod"
|
||||||
commands :discmd => "a2dismod"
|
optional_commands :discmd => "a2dismod"
|
||||||
|
|
||||||
defaultfor :operatingsystem => [:debian, :ubuntu]
|
defaultfor :operatingsystem => [:debian, :ubuntu]
|
||||||
|
|
||||||
|
@ -9,4 +9,8 @@ Puppet::Type.newtype(:a2mod) do
|
|||||||
isnamevar
|
isnamevar
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
autorequire(:package) { catalog.resource(:package, 'httpd')}
|
||||||
|
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user