Initial version of emacs module.
This commit is contained in:
parent
ed93dec665
commit
99c1d89c33
1 changed files with 16 additions and 0 deletions
16
emacs/manifests/init.pp
Normal file
16
emacs/manifests/init.pp
Normal file
|
@ -0,0 +1,16 @@
|
|||
|
||||
# Install Emacs
|
||||
#
|
||||
class emacs {
|
||||
|
||||
package { "emacs":
|
||||
ensure => installed,
|
||||
}
|
||||
|
||||
if $puppetversion =~ /^2\./ {
|
||||
Package["emacs"] {
|
||||
flavor => "gtk",
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue