]> gitweb.fluxo.info Git - puppet-monkeysphere.git/commitdiff
default file location does not have a period
authorJamie McClelland <jm@mayfirst.org>
Sun, 20 Mar 2011 03:39:53 +0000 (23:39 -0400)
committerJamie McClelland <jm@mayfirst.org>
Sun, 20 Mar 2011 03:39:53 +0000 (23:39 -0400)
manifests/init.pp

index c25e1f72b022afd0f76c48f4fff2028f0a728daa..0487bb7bc2a1e8db31b2d860b552f8fa5241311a 100644 (file)
@@ -92,7 +92,7 @@ define monkeysphere::add_id_certifier( $keyid ) {
   }
 }
 
-define monkeysphere::authorized_user_ids( $source,  $dest_dir = '/root/.monkeysphere', $dest_file = '.authorized_user_ids', $group = '') {
+define monkeysphere::authorized_user_ids( $source,  $dest_dir = '/root/.monkeysphere', $dest_file = 'authorized_user_ids', $group = '') {
   $user = $title
   $calculated_group = $group ? {
     '' => $user,