Advertisement
Guest User

Untitled

a guest
Dec 6th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. SLS:
  2.  
  3. vim-enhanced:
  4. pkg:
  5. - installed
  6.  
  7. /etc/vimrc:
  8. file.managed:
  9. - source: salt://vimrc
  10. - mode: 644
  11. - user: root
  12. - group: root
  13. - require:
  14. - pkg: vim-enhanced
  15.  
  16. after executing:
  17. ----------
  18. State: - file
  19. Name: /etc/vimrc
  20. Function: managed
  21. Result: False
  22. Comment: The following requisites were not found:
  23. require:
  24. pkg: vim-enhanced
  25.  
  26. Changes:
  27. ----------
  28.  
  29. yum info vim-enhanced
  30. Installed Packages
  31. Name : vim-enhanced
  32. Arch : x86_64
  33. Epoch : 2
  34. Version : 7.2.411
  35. Release : 1.8.el6
  36. Size : 1.8 M
  37. Repo : installed
  38. From repo : base
  39. Summary : A version of the VIM editor which includes recent enhancements
  40. URL : http://www.vim.org/
  41. License : Vim and GPLv2+ and BSD and LGPLv2+ and Open Publication
  42. Description : VIM (VIsual editor iMproved) is an updated and improved version of the
  43. : vi editor. Vi was the first real screen-based editor for UNIX, and is
  44. : still very popular. VIM improves on vi by adding new features:
  45. : multiple windows, multi-level undo, block highlighting and more. The
  46. : vim-enhanced package contains a version of VIM with extra, recently
  47. : introduced features like Python and Perl interpreters.
  48. :
  49. : Install the vim-enhanced package if you'd like to use a version of the
  50. : VIM editor which includes recently added enhancements like
  51. : interpreters for the Python and Perl scripting languages. You'll also
  52. : need to install the vim-common package.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement