From 570cd38cc5265df93f0afbe334ccab396424668c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 23 Jan 2022 14:17:03 +0100 Subject: Add profiles::workstation::family::debian. --- manifests/workstation/family/debian.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 manifests/workstation/family/debian.pp (limited to 'manifests/workstation/family/debian.pp') diff --git a/manifests/workstation/family/debian.pp b/manifests/workstation/family/debian.pp new file mode 100644 index 0000000..2670c22 --- /dev/null +++ b/manifests/workstation/family/debian.pp @@ -0,0 +1,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 + } +} -- cgit v1.2.3