From: Silvio Rhatto Date: Sat, 12 Sep 2015 00:51:24 +0000 (-0300) Subject: Cleanup X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=60eef74e68f7e3c4ac6ed326a32a5ea0eab7faf4;p=puppet-nodo.git Cleanup --- diff --git a/manifests/subsystem/profile.pp b/manifests/subsystem/profile.pp index 3edf851..d1e343e 100644 --- a/manifests/subsystem/profile.pp +++ b/manifests/subsystem/profile.pp @@ -1,10 +1,5 @@ # Custom configuration for user profiles class nodo::subsystem::profile { - # TODO: remove in the future - file { "/usr/local/bin/prompt.sh": - ensure => absent, - } - file { "/etc/profile.d/prompt.sh": source => "puppet:///modules/nodo/etc/profile.d/prompt.sh", owner => "root",