Skip to content

Commit cda591b

Browse files
Garison DraperGarison Draper
Garison Draper
authored and
Garison Draper
committed
removed last issue 496 items - PR is only for issue 495 now
1 parent f71fc6e commit cda591b

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

docs/config.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,8 @@ that stacker applies), specify an empty map for the top-level keyword::
113113

114114
bucket_tags: {}
115115

116-
Tags updates get applied on every stacker run
116+
S3 Bucket Tags updates get applied on every stacker run
117117

118-
.. _`AWS CloudFormation Resource Tags Type`: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
119118

120119
Module Paths
121120
------------
@@ -274,8 +273,7 @@ If no tags are specified, the `stacker_namespace` tag is applied to your stack
274273
with the value of `namespace` as the tag value.
275274

276275
If you prefer to apply a custom set of tags, specify the top-level keyword
277-
`tags` as a map. The `stacker_namespace` tag will be automaticly added as well
278-
to help identify resources created by Stacker. Example::
276+
`tags` as a map. Example::
279277

280278
tags:
281279
"hello": world

stacker/context.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ def upload_templates_to_s3(self):
9797
def tags(self):
9898
tags = self.config.tags
9999
if tags is not None:
100-
if "stacker_namespace" in tags:
101-
return tags
102-
tags["stacker_namespace"] = self.namespace
103100
return tags
104101
if self.namespace:
105102
return {"stacker_namespace": self.namespace}

0 commit comments

Comments
 (0)