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