Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

aem (27) Versions 1.1.12

Installs/Configures Adobe AEM

Policyfile
Berkshelf
Knife
cookbook 'aem', '= 1.1.12', :supermarket
cookbook 'aem', '= 1.1.12'
knife supermarket install aem
knife supermarket download aem
README
Dependencies
Changelog
Quality 0%

aem-cookbook

This cookbook installs and configures Adobe Experience Manager (AEM). (NOTE: CQ versions 5.4 and 5.5 should work as well -- CQ was renamed to AEM as of version 5.6). Included are recipes to install an author or publish instance as well as the dispatcher module for Apache HTTP server.

Supported Platforms

  • CentOS

Supported Versions

  • AEM 6.0.0
  • AEM 5.6.1
  • AEM 5.6.0
  • CQ 5.5.0
  • Unattended installation of aem author, publish, and dispatcher nodes.
  • Automatically search for and configure aem cluster members (dispatcher, author, publish) using chef searches.
  • Configure replication agents using the replicator provider.
  • Configure dispatcher farms with the farm provider.
  • Deploy and remove aem packages with the package provider (recommended for development purposes only).

Attributes

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['aem']['version']</tt></td>
<td>String</td>
<td>AEM version</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['aem']['download_url']</tt></td>
<td>String</td>
<td>URL to AEM jar file</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['aem']['license_url']</tt></td>
<td>String</td>
<td>URL to AEM license file</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['aem']['dispatcher']['mod_dispatcher_url']</tt></td>
<td>String</td>
<td>URL to AEM dispatcher (.tar.gz or .so)</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['aem']['dispatcher']['version']</tt></td>
<td>String</td>
<td>dispatcher module version</td>
<td><tt>nil</tt></td>
</tr>
</table>

Usage

aem::author

Include aem::author in your node's run_list:

{
  "run_list": [
    "recipe[aem::author]"
  ]
}

aem::publish

Include aem::publish in your node's run_list:

{
  "run_list": [
    "recipe[aem::publish]"
  ]
}

aem::dispatcher

Include aem::dispatcher in your node's run_list:

{
  "run_list": [
    "recipe[aem::dispatcher]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request

License and Authors

Copyright 2012-2014, Tacit Knowledge, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

apache2 >= 0.0.0
ark ~> 0.8.2
iptables >= 0.0.0
java >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

1.1.12

  • Fixes
    • Modified apache_libexecdir dispatcher resource to support both new and old attribute name

1.1.11

  • Enhancements
    • Add support for changing user passwords in AEM 6.1
    • Add AEM 6.1 test kitchen configuration

1.1.10

  • Enhancements
    • Run and store admin password if new_admin_password is set and does not match the current admin password

1.1.9

  • Enhancements
    • Fixed issue with curb gem failing to be included during compile time

1.1.8

  • Enhancements
    • Mark license.properties file as sensitive
  • Fixes
    • Fix deprecation warning for chef_gem

1.1.7

  • Enhancements
    • Add support for Ignore URL Params for farm.any configuration template

1.1.6

  • Enhancements
    • parameterized jar unpack path

1.1.5

  • Enhancements
    • Adding support for Header derictive in Apache

1.1.4

  • Fixes
    • fix for aem_jcr_node provider - check for 201 on node creation, check for content of binary instead of path

1.1.3

  • Fixes
    • add support to change password in AEM6

1.1.2

  • Fixes
    • replicator provider now creates cache flush agents
    • default dispatcher vhost now handles mime-types

1.1.1

  • Fixes
    • Updated changelog.

1.1.0

  • Enhancements
    • #13 Added aem_jcr_node provider.

1.0.3

  • Enhancements
    • #9 Updated build dependencies.

1.0.2

  • Fixes
    • #7 Update jar_installer provider to significantly reduce memory utilization.

1.0.1

  • Enhancements
    • #4 Added support for AEM 6.0.0.

1.0.0

  • Initial release to Github.

Foodcritic Metric
            

1.1.12 failed this metric

FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:31
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:32
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:42
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:66
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:68
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:111
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:112
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:114
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:145
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:146
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:149
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:150
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:151
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:152
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:153
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:154
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:155
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:156
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:157
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:158
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:159
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:160
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:161
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:162
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:163
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:164
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:165
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:166
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:167
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:169
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:189
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:192
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:193
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:197
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:198
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:199
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:203
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:204
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:205
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:206
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:207
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:208
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:209
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:210
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:211
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:212
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:213
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:214
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:215
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:216
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:217
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:220
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:221
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:222
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:223
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/attributes/default.rb:224
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/farm.rb:39
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/farm.rb:80
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/farm.rb:88
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/farm.rb:89
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/init.rb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/jar_installer.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/jar_installer.rb:43
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/jar_installer.rb:61
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/ldap.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/ldap.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/ldap.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/ldap.rb:49
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/ldap.rb:54
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/ldap.rb:59
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/package.rb:133
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/replicator.rb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/replicator.rb:73
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/replicator.rb:95
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/replicator.rb:130
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/replicator.rb:159
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/user.rb:62
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/user.rb:65
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/user.rb:67
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/user.rb:69
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/user.rb:82
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/user.rb:97
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/website.rb:32
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/_base_aem_setup.rb:51
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/_base_aem_setup.rb:53
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:31
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:32
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:39
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:44
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:45
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:46
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:47
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:48
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:59
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:60
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:64
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:65
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:66
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:67
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:79
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:80
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:81
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:82
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:83
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:84
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:86
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:87
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:93
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:99
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:101
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:102
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:103
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:104
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:111
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:112
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:115
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:116
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:117
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:136
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:142
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:143
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:144
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:156
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:157
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:158
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:159
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:160
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:161
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:162
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:169
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:170
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:171
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:172
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:173
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:174
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:175
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:182
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:183
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:184
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:185
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:186
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:187
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:188
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/dispatcher.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/dispatcher.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/dispatcher.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/dispatcher.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/dispatcher.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/dispatcher.rb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/dispatcher.rb:31
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/dispatcher.rb:32
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/dispatcher.rb:43
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/dispatcher.rb:44
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/dispatcher.rb:48
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/dispatcher.rb:54
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/dispatcher.rb:55
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/dispatcher.rb:56
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/dispatcher.rb:62
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/dispatcher.rb:65
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/dispatcher.rb:72
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:31
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:32
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:39
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:44
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:45
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:46
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:47
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:48
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:59
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:60
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:64
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:65
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:66
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:67
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:79
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:80
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:81
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:82
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:83
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:84
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:86
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:87
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:93
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:99
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:101
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:102
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:103
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:104
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:111
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:112
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:115
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:116
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:118
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:137
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:143
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:144
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:145
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:156
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:157
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:158
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:159
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:160
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:161
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:162
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:169
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:170
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:171
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:172
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:173
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:174
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:175
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/templates/default/aem_dispatcher.conf.erb:1
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/templates/default/aem_dispatcher.conf.erb:117
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/templates/default/aem_dispatcher.conf.erb:118
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/templates/default/aem_dispatcher.conf.erb:121
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/templates/default/aem_pkg_version.erb:1
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/templates/default/dispatcher.any.erb:1
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/templates/default/dispatcher.any.erb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/templates/default/dispatcher.any.erb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/templates/default/farm.any.erb:1
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/templates/default/init.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/templates/default/iptables.erb:1
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/templates/default/iptables.erb:2
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/templates/default/ldap_login.conf.erb:2
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/templates/default/web.xml.erb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/templates/default/web.xml.erb:395
FC002: Avoid string interpolation where not required: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/dispatcher.rb:68
FC002: Avoid string interpolation where not required: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/init.rb:37
FC002: Avoid string interpolation where not required: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/jar_installer.rb:45
FC002: Avoid string interpolation where not required: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/package.rb:29
FC002: Avoid string interpolation where not required: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:32
FC002: Avoid string interpolation where not required: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:32
FC002: Avoid string interpolation where not required: /tmp/cook/4755ba902877a8b0118e8dcc/aem/templates/default/aem_dispatcher.conf.erb:5
FC003: Check whether you are running with chef server before using server-specific features: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/farm.rb:51
FC003: Check whether you are running with chef server before using server-specific features: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/replicator.rb:57
FC003: Check whether you are running with chef server before using server-specific features: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/replicator.rb:117
FC009: Resource attribute not recognised: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/_base_aem_setup.rb:28
FC016: LWRP does not declare a default action: /tmp/cook/4755ba902877a8b0118e8dcc/aem/resources/dispatcher.rb:1
FC016: LWRP does not declare a default action: /tmp/cook/4755ba902877a8b0118e8dcc/aem/resources/farm.rb:1
FC016: LWRP does not declare a default action: /tmp/cook/4755ba902877a8b0118e8dcc/aem/resources/init.rb:1
FC016: LWRP does not declare a default action: /tmp/cook/4755ba902877a8b0118e8dcc/aem/resources/jar_installer.rb:1
FC016: LWRP does not declare a default action: /tmp/cook/4755ba902877a8b0118e8dcc/aem/resources/ldap.rb:1
FC016: LWRP does not declare a default action: /tmp/cook/4755ba902877a8b0118e8dcc/aem/resources/package.rb:1
FC016: LWRP does not declare a default action: /tmp/cook/4755ba902877a8b0118e8dcc/aem/resources/port_watcher.rb:1
FC016: LWRP does not declare a default action: /tmp/cook/4755ba902877a8b0118e8dcc/aem/resources/replicator.rb:1
FC016: LWRP does not declare a default action: /tmp/cook/4755ba902877a8b0118e8dcc/aem/resources/url_watcher.rb:1
FC016: LWRP does not declare a default action: /tmp/cook/4755ba902877a8b0118e8dcc/aem/resources/user.rb:1
FC016: LWRP does not declare a default action: /tmp/cook/4755ba902877a8b0118e8dcc/aem/resources/website.rb:1
FC017: LWRP does not notify when updated: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/dispatcher.rb:19
FC017: LWRP does not notify when updated: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/farm.rb:21
FC017: LWRP does not notify when updated: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/farm.rb:87
FC017: LWRP does not notify when updated: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/init.rb:21
FC017: LWRP does not notify when updated: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/jar_installer.rb:21
FC017: LWRP does not notify when updated: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/ldap.rb:21
FC017: LWRP does not notify when updated: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/ldap.rb:52
FC017: LWRP does not notify when updated: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/package.rb:75
FC017: LWRP does not notify when updated: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/package.rb:103
FC017: LWRP does not notify when updated: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/package.rb:115
FC017: LWRP does not notify when updated: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/package.rb:170
FC017: LWRP does not notify when updated: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/package.rb:185
FC017: LWRP does not notify when updated: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/port_watcher.rb:23
FC017: LWRP does not notify when updated: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/replicator.rb:23
FC017: LWRP does not notify when updated: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/replicator.rb:83
FC017: LWRP does not notify when updated: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/url_watcher.rb:22
FC017: LWRP does not notify when updated: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/user.rb:53
FC017: LWRP does not notify when updated: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/user.rb:77
FC017: LWRP does not notify when updated: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/user.rb:92
FC017: LWRP does not notify when updated: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/website.rb:22
FC017: LWRP does not notify when updated: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/website.rb:66
FC019: Access node attributes in a consistent manner: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/ldap.rb:25
FC019: Access node attributes in a consistent manner: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/_base_aem_setup.rb:35
FC019: Access node attributes in a consistent manner: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/_base_aem_setup.rb:39
FC019: Access node attributes in a consistent manner: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/_base_aem_setup.rb:44
FC019: Access node attributes in a consistent manner: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:117
FC019: Access node attributes in a consistent manner: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:118
FC023: Prefer conditional attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:21
FC023: Prefer conditional attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/author.rb:30
FC023: Prefer conditional attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:21
FC023: Prefer conditional attributes: /tmp/cook/4755ba902877a8b0118e8dcc/aem/recipes/publish.rb:30
FC043: Prefer new notification syntax: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/farm.rb:77
FC043: Prefer new notification syntax: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/farm.rb:90
FC043: Prefer new notification syntax: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/init.rb:32
FC043: Prefer new notification syntax: /tmp/cook/4755ba902877a8b0118e8dcc/aem/providers/ldap.rb:39