Skip to content

Commit d95068b

Browse files
authored
Update Python shebang and documentation organization (#290)
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent 676fe81 commit d95068b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+423
-1098
lines changed

galaxy.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
---
2-
31
# Copyright 2023 Cloudera, Inc.
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,6 +12,8 @@
1412
# See the License for the specific language governing permissions and
1513
# limitations under the License.
1614

15+
---
16+
1717
namespace: cloudera
1818
name: cluster
1919
version: 4.5.0-rc1
@@ -25,13 +25,14 @@ authors:
2525

2626
description: >
2727
A set of roles, modules, and other plugins for interacting with the services
28-
and endpoints provided by the Cloudera Data Platform (CDP) for Private Cloud
29-
and Cloudera Manager (CM).
28+
and endpoints provided by Cloudera on Premises and Cloudera Manager (CM).
3029
license_file: LICENSE
3130
tags:
3231
- cloudera
3332
- cdp
33+
- cdh
3434
- private_cloud
35+
- on_premise
3536
- data_services
3637
- cloudera_manager
3738
- cm
@@ -51,3 +52,5 @@ build_ignore:
5152
- docs
5253
- docsrc
5354
- site
55+
56+
...

plugins/action/assemble_cluster_template.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/python
2+
# -*- coding: utf-8 -*-
3+
14
# Copyright 2023 Cloudera, Inc.
25
#
36
# Licensed under the Apache License, Version 2.0 (the "License");

plugins/action/cm_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

44
# Copyright 2023 Cloudera, Inc. All Rights Reserved.

plugins/doc_fragments/cm_endpoint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# -*- coding: utf-8 -*-
32

43
# Copyright 2023 Cloudera, Inc. All Rights Reserved.

plugins/doc_fragments/cm_options.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# -*- coding: utf-8 -*-
32

43
# Copyright 2023 Cloudera, Inc. All Rights Reserved.

plugins/doc_fragments/cm_resource.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# -*- coding: utf-8 -*-
32

43
# Copyright 2023 Cloudera, Inc. All Rights Reserved.

plugins/doc_fragments/message.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# -*- coding: utf-8 -*-
32

43
# Copyright 2024 Cloudera, Inc. All Rights Reserved.

plugins/doc_fragments/purge.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python
21
# -*- coding: utf-8 -*-
32

43
# Copyright 2024 Cloudera, Inc. All Rights Reserved.

plugins/filter/filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

44
# Copyright 2023 Cloudera, Inc. All Rights Reserved.

plugins/lookup/cm_license.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# -*- coding: utf-8 -*-
2+
23
# Copyright 2025 Cloudera, Inc.
34
#
45
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)