diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-11 21:51:24 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-11 21:51:24 -0300 |
commit | 60eef74e68f7e3c4ac6ed326a32a5ea0eab7faf4 (patch) | |
tree | 59c9d4625ddccea40117c185c156dc173f8bbe22 | |
parent | 20d2231b7a8a6510a955b1f1f3aaa217795fc6ad (diff) | |
download | puppet-nodo-60eef74e68f7e3c4ac6ed326a32a5ea0eab7faf4.tar.gz puppet-nodo-60eef74e68f7e3c4ac6ed326a32a5ea0eab7faf4.tar.bz2 |
Cleanup
-rw-r--r-- | manifests/subsystem/profile.pp | 5 |
1 files changed, 0 insertions, 5 deletions
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", |