Advertisement
Guest User

Untitled

a guest
Jan 31st, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1.  
  2. {{ web_root }}app/etc/local.xml:
  3. file.managed:
  4. - source: {{ stage_root }}scripts/local.xml
  5. - user: root
  6. - group: root
  7. - mode: 644
  8. - replace: True
  9. - template: jinja
  10. - context:
  11. magento: {{ magento }}
  12. database: {{ database }}
  13. project: {{ project }}
  14. env: {{ env }}
  15.  
  16.  
  17.  
  18. ----------
  19. State: - file
  20. Name: /var/app/store.wsu.edu/html/app/etc/local.xml
  21. Function: managed
  22. Result: False
  23. Comment: File /var/app/store.wsu.edu/html/app/etc/local.xml updated
  24. Changes: diff: ---
  25. +++
  26. @@ -28,10 +28,10 @@
  27. <config>
  28. <global>
  29. <install>
  30. - <date><![CDATA[Sat, 01 Feb 2014 01:16:22 +0000]]></date>
  31. + <date><![CDATA[Wed, 29 Jan 2014 04:43:40 +0000]]></date>
  32. </install>
  33. <crypt>
  34. - <key><![CDATA[293c1d40c1bd71c72478594e510b038a]]></key>
  35. + <key><![CDATA[a723ebb767352a1f2cf5036b95e4b367]]></key>
  36. </crypt>
  37. <disable_local_modules>false</disable_local_modules>
  38. <resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement