Cookstyle fix

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith 2018-05-23 13:29:53 -05:00
parent c547cd9b9e
commit ec89b9f8c0

View File

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
default['postfix']['packages'] = %w[postfix]
default['postfix']['packages'] = %w(postfix)
# Generic cookbook attributes
default['postfix']['mail_type'] = 'client'