Compare commits
1 Commits
6902246796
...
69714ce04b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
69714ce04b |
@@ -130,10 +130,7 @@
|
|||||||
32
|
32
|
||||||
33
|
33
|
||||||
34
|
34
|
||||||
35
|
35</pre>
|
||||||
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>
|
||||||
@@ -155,9 +152,9 @@ class confdroid_puppet::main::dirs (
|
|||||||
seluser => system_u,
|
seluser => system_u,
|
||||||
}
|
}
|
||||||
|
|
||||||
file { $pt_puppetdir:
|
file { $pt_puppet_dir:
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
path => $pt_puppetdir,
|
path => $pt_puppet_dir,
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'root',
|
group => 'root',
|
||||||
mode => '0755',
|
mode => '0755',
|
||||||
@@ -167,9 +164,6 @@ 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>
|
||||||
|
|||||||
@@ -20,9 +20,9 @@ class confdroid_puppet::main::dirs (
|
|||||||
seluser => system_u,
|
seluser => system_u,
|
||||||
}
|
}
|
||||||
|
|
||||||
file { $pt_puppetdir:
|
file { $pt_puppet_dir:
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
path => $pt_puppetdir,
|
path => $pt_puppet_dir,
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'root',
|
group => 'root',
|
||||||
mode => '0755',
|
mode => '0755',
|
||||||
@@ -32,7 +32,4 @@ class confdroid_puppet::main::dirs (
|
|||||||
seluser => system_u,
|
seluser => system_u,
|
||||||
}
|
}
|
||||||
|
|
||||||
if $fqdn == $pt_pm_fqdn {
|
|
||||||
# server dirs here
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user