--- puppet/deployment/repositories/manifests/subversion.pp 2011/06/01 14:20:47 1688 +++ puppet/deployment/repositories/manifests/subversion.pp 2011/06/01 14:23:53 1689 @@ -37,6 +37,7 @@ cia_post => true, cia_module => "packages", cia_ignore_author => '^schedbot$', + restricted_to_user => 'schedbot', } file { "/svn/binrepos/": @@ -48,6 +49,7 @@ cia_post => true, cia_module => "binrepos", cia_ignore_author => '^schedbot$', + restricted_to_user => 'schedbot', } }