diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-03-09 12:28:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-03-09 12:28:55 -0300 |
commit | 3411ba1b276e2b161d718fe3ebd4770515d9965d (patch) | |
tree | dfc00cae416c46016aee1991639200edc96f6bee /manifests | |
parent | 49b61b18ba28a40fc4139acf717deea952061818 (diff) | |
download | puppet-nodo-3411ba1b276e2b161d718fe3ebd4770515d9965d.tar.gz puppet-nodo-3411ba1b276e2b161d718fe3ebd4770515d9965d.tar.bz2 |
Remove profile
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystem/profile.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/profile.pp b/manifests/subsystem/profile.pp index 884865b..3edf851 100644 --- a/manifests/subsystem/profile.pp +++ b/manifests/subsystem/profile.pp @@ -2,7 +2,7 @@ class nodo::subsystem::profile { # TODO: remove in the future file { "/usr/local/bin/prompt.sh": - ensure => absent, + ensure => absent, } file { "/etc/profile.d/prompt.sh": |