summaryrefslogtreecommitdiff
path: root/manifests/workstation/family/debian.pp
blob: 2670c2285b129d337c4da869e37139676196d82f (plain)
1
2
3
4
5
6
7
8
9
10
class profiles::workstation::family::debian {
  file { '/root/.selected-editor':
    ensure  => file,
    replace => true, # basically force
    content => @(EOF)
    # Generated by puppet
    SELECTED_EDITOR="/usr/bin/vim.tiny"
    | EOF
  }
}