Files
confdroid_apache/doc/puppet_classes/cd_apache.html

146 lines
3.4 KiB
HTML
Raw Normal View History

2017-07-07 17:18:31 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Puppet Class: cd_apache
2018-08-26 16:59:39 +02:00
&mdash; Documentation by YARD 0.9.16
2017-07-07 17:18:31 +02:00
</title>
<link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
<script type="text/javascript" charset="utf-8">
pathId = "puppet_classes::cd_apache";
relpath = '../';
</script>
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
</head>
<body>
<div class="nav_wrap">
<iframe id="nav" src="../puppet_class_list.html?1"></iframe>
<div id="resizer"></div>
</div>
<div id="main" tabindex="-1">
<div id="header">
<div id="menu">
<a href="../_index.html">Index (c)</a> &raquo;
<span class='title'><span class='object_link'>Puppet Classes</span></span>
&raquo;
<span class="title">cd_apache</span>
</div>
<div id="search">
<a class="full_list_link" id="puppet_class_list_link"
href="../puppet_class_list.html">
<svg width="24" height="24">
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
</svg>
</a>
</div>
<div class="clear"></div>
</div>
<div id="content"><h1>Puppet Class: cd_apache</h1>
<div class="box_info">
<dl>
<dt>Defined in:</dt>
<dd>
manifests/init.pp
</dd>
</dl>
</div>
<h2>Summary</h2>
Initialze the cd_apache Puppet module.
<h2>Overview</h2>
<div class="docstring">
<div class="discussion">
2018-12-07 14:00:07 +01:00
<p>cd_apache::init.pp Module name: cd_apache Author: Arne Teuke
(arne_teuke@confdroid.com) License: This file is part of cd_apache.</p>
<p>cd_apache is used for providing automatic configuration of Apache
Webserver. Copyright (C) 2014 confdroid (copyright@confdroid.com) This
program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option)
2017-07-07 17:18:31 +02:00
any later version.</p>
2018-12-07 14:00:07 +01:00
<p>This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
2017-07-07 17:18:31 +02:00
for more details.</p>
2018-12-07 14:00:07 +01:00
<p>You should have received a copy of the GNU General Public License along
2017-07-07 17:18:31 +02:00
with this program. If not, see <a
href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
</div>
</div>
2018-12-07 14:00:07 +01:00
2017-07-07 17:18:31 +02:00
<div class="tags">
</div><div class="method_details_list">
<table class="source_code">
<tr>
<td>
<pre class="lines">
24
25
2019-04-10 20:17:21 +02:00
26
27
28
29
30
31</pre>
2017-07-07 17:18:31 +02:00
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/init.pp', line 24</span>
class cd_apache {
2019-04-10 20:17:21 +02:00
2017-07-07 17:18:31 +02:00
include cd_apache::params
2019-04-10 20:17:21 +02:00
resources { &#39;firewall&#39;:
purge =&gt; true
}
2017-07-07 17:18:31 +02:00
}</pre>
</td>
</tr>
</table>
</div>
</div>
<div id="footer">
2018-04-10 12:56:53 +02:00
Generated by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>.
2017-07-07 17:18:31 +02:00
</div>
</div>
</body>
</html>