diff options
author | Antoine Beaupré <anarcat@koumbit.org> | 2013-11-06 17:00:40 -0500 |
---|---|---|
committer | Antoine Beaupré <anarcat@koumbit.org> | 2013-11-06 17:00:40 -0500 |
commit | 17b7e2d0f2292b673fb0b6fb47a8655ff1fe2a8b (patch) | |
tree | 4a443a203d5336bcd23c8a9f58164fa836986681 | |
parent | a8ed6675632af316c2eb7223088e12da3e4ee129 (diff) | |
download | puppet-monkeysphere-17b7e2d0f2292b673fb0b6fb47a8655ff1fe2a8b.tar.gz puppet-monkeysphere-17b7e2d0f2292b673fb0b6fb47a8655ff1fe2a8b.tar.bz2 |
remove unused variable
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index b360098..8e80494 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -22,7 +22,6 @@ class monkeysphere( $ssh_port = '', - $publish_key = false, $ensure_version = 'installed', # if not false, will override the path for MONKEYSPHERE_RAW_AUTHORIZED_KEYS # use 'none' to disable appending the authorized_keys file |