beetboxvm / beetbox

Pre-provisioned L*MP stack
http://beetbox.rtfd.org
92 stars 19 forks source link

Replace "welcome.txt" with argument aware file. #311

Closed Decipher closed 8 years ago

Decipher commented 8 years ago

With the addition of arguments to Beetbox, allowing for non-provision playbooks to be run, it makes no sense to display a welcome message at the end of non-provision playbooks.

I suggest we instead make the output message argument aware, so each custom playbook could write to it's own file and have that file touch'ed and cat'ed accordingly.

E.g.,

If no argument, touch and cat results-provision.txt else touch and cat results-$(1).txt.