Merge "Remove the robots entry from specs.openstack.org"

This commit is contained in:
Jenkins 2014-07-30 18:37:38 +00:00 committed by Gerrit Code Review
commit ce6fe4bba0

View File

@ -297,13 +297,4 @@ class openstack_project::static (
require => User['jenkins'],
}
file { '/srv/static/specs/robots.txt':
ensure => present,
owner => 'root',
group => 'root',
mode => '0444',
source => 'puppet:///modules/openstack_project/disallow_robots.txt',
require => File['/srv/static/specs'],
}
}