Recommit for updates in build 19
This commit is contained in:
@@ -130,7 +130,10 @@
|
|||||||
32
|
32
|
||||||
33
|
33
|
||||||
34
|
34
|
||||||
35</pre>
|
35
|
||||||
|
36
|
||||||
|
37
|
||||||
|
38</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/main/dirs.pp', line 6</span>
|
<pre class="code"><span class="info file"># File 'manifests/main/dirs.pp', line 6</span>
|
||||||
@@ -152,9 +155,9 @@ class confdroid_puppet::main::dirs (
|
|||||||
seluser => system_u,
|
seluser => system_u,
|
||||||
}
|
}
|
||||||
|
|
||||||
file { $pt_puppet_dir:
|
file { $pt_puppetdir:
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
path => $pt_puppet_dir,
|
path => $pt_puppetdir,
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'root',
|
group => 'root',
|
||||||
mode => '0755',
|
mode => '0755',
|
||||||
@@ -164,6 +167,9 @@ class confdroid_puppet::main::dirs (
|
|||||||
seluser => system_u,
|
seluser => system_u,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if $fqdn == $pt_pm_fqdn {
|
||||||
|
# server dirs here
|
||||||
|
}
|
||||||
}</pre>
|
}</pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user