forked from ATIX-AG/foreman
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes theforeman#1556, #11615 - Remove puppet rdoc support
Puppet rdoc support has been broken for a long time. Removing it from Foreman.
- Loading branch information
Showing
8 changed files
with
4 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,23 +6,6 @@ require 'rake/clean' | |
require 'yaml' | ||
|
||
namespace :puppet do | ||
root = "/" | ||
# Author: Paul Kelly ([email protected]) | ||
# Description: The tasks defined in this namespace populate a directory structure with rdocs for the | ||
# clases defined in puppet. | ||
namespace :rdoc do | ||
desc " | ||
Populates the rdoc tree with information about all the classes in your modules." | ||
task :generate => [:environment, :prepare] do | ||
Puppetclass.rdoc root | ||
end | ||
desc " | ||
Optionally creates a copy of the current puppet modules and sanitizes it. | ||
It should return the directory into which it has copied the cleaned modules" | ||
task :prepare => :environment do | ||
root = Puppetclass.prepare_rdoc root | ||
end | ||
end | ||
namespace :migrate do | ||
desc "Populates the host fields in Foreman based on your StoredConfig DB" | ||
task :populate_hosts => :environment do | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters