saltstack-formulas / newrelic-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
7 stars 37 forks source link

resolve warnings due to makedirs statement in file.replace #5

Closed vtek21 closed 9 years ago

vtek21 commented 9 years ago

The makedirs keyword is an invalid argument for file.replace.


      ID: newrelic-php
Function: file.replace
    Name: /etc/php5/mods-available/newrelic.ini
  Result: True
 Comment: No changes needed to be made
 Started: 11:02:46.381033
Duration: 4.883 ms
 Changes:
Warnings: 'makedirs' is an invalid keyword argument for 'file.replace'. If
          you were trying to pass additional data to be used in a template
          context, please populate 'context' with 'key: value' pairs. Your
          approach will work until Salt Carbon is out. Please update your
          state files.