Skip to content

Commit

Permalink
[strings] Generated Documentation Update at Revision 11f285d
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Sep 22, 2023
1 parent b84fd5c commit 51419db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PuppetX/Keycloak/Type.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ <h3 class="signature first" id="add_autorequires-instance_method">
<span class='id identifier rubyid_autorequire'>autorequire</span><span class='lparen'>(</span><span class='symbol'>:keycloak_conn_validator</span><span class='rparen'>)</span> <span class='kw'>do</span>
<span class='id identifier rubyid_requires'>requires</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
<span class='id identifier rubyid_catalog'>catalog</span><span class='period'>.</span><span class='id identifier rubyid_resources'>resources</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_resource'>resource</span><span class='op'>|</span>
<span class='kw'>if</span> <span class='id identifier rubyid_resource'>resource</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span> <span class='op'>==</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>Puppet::Type::Keycloak_conn_validator</span><span class='tstring_end'>&#39;</span></span>
<span class='kw'>if</span> <span class='id identifier rubyid_resource'>resource</span><span class='period'>.</span><span class='id identifier rubyid_instance_of?'>instance_of?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>Puppet</span><span class='op'>::</span><span class='const'>Type</span><span class='op'>::</span><span class='const'>Keycloak_conn_validator</span><span class='rparen'>)</span>
<span class='id identifier rubyid_requires'>requires</span> <span class='op'>&lt;&lt;</span> <span class='id identifier rubyid_resource'>resource</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span>
<span class='kw'>end</span>
<span class='kw'>end</span>
Expand Down
4 changes: 2 additions & 2 deletions puppet_classes/keycloak.html
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ <h2>Overview</h2>
<span class='type'>(<tt>Array</tt>)</span>


<em class="default">(defaults to: <tt>[&#39;cache-ispn.xml&#39;, &#39;README.md&#39;]</tt>)</em>
<em class="default">(defaults to: <tt>[&#39;cache-ispn.xml&#39;, &#39;README.md&#39;, &#39;truststore.jks&#39;]</tt>)</em>


&mdash;
Expand Down Expand Up @@ -2062,7 +2062,7 @@ <h2>Overview</h2>
Optional[Stdlib::Absolutepath] $service_environment_file = undef,
Stdlib::Filemode $conf_dir_mode = &#39;0755&#39;,
Boolean $conf_dir_purge = true,
Array $conf_dir_purge_ignore = [&#39;cache-ispn.xml&#39;, &#39;README.md&#39;],
Array $conf_dir_purge_ignore = [&#39;cache-ispn.xml&#39;, &#39;README.md&#39;, &#39;truststore.jks&#39;],
Keycloak::Configs $configs = {},
Hash[String, Variant[String[1],Boolean,Array]] $extra_configs = {},
Variant[Stdlib::Host, Enum[&#39;unset&#39;,&#39;UNSET&#39;]] $hostname = $facts[&#39;networking&#39;][&#39;fqdn&#39;],
Expand Down

0 comments on commit 51419db

Please sign in to comment.