Prev / Next

2009-07-04 / puppet-mode

puppet のマニフェストファイルを編集する puppet-mode について
メモしてなかったので,ここでメモ.

Momonga Linux はパッケージがあるので,yum でインストール.
その他の環境は
- puppet-mode
  http://projects.reductivelabs.com/projects/puppet/repository/entry/refs/heads/master/ext/emacs/puppet-mode.el?format=raw
から取得.

設定は以下のみ.

(autoload 'puppet-mode "puppet-mode" "Major mode for editing puppet manifests")
(add-to-list 'auto-mode-alist '("\\.pp$" . puppet-mode))


Referrer (Inside):
[2009-07-06-1] ralsh
comments powered by Disqus