mirror of
https://github.com/zhigang1992/linux-configs.git
synced 2026-06-14 09:39:45 +08:00
Add custom path for temperature device, as it varies from machine to machine. Also clarifies the filenames and paths of mutt and vim files. Tested-on: magrathea <06 Jun 2014>
12 lines
197 B
Puppet
12 lines
197 B
Puppet
class mutt
|
|
{
|
|
package { 'mutt' :
|
|
ensure => latest,
|
|
}
|
|
file { 'muttrc file' :
|
|
ensure => present,
|
|
path => '/home/tom/.muttrc',
|
|
source => 'puppet:///modules/mutt/.muttrc',
|
|
}
|
|
}
|