Skip to content

Commit 879623d

Browse files
committed
removed notice of MUNKI_REPO setting being ignored
1 parent 7fedd24 commit 879623d

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.2.3] - 2020-11-13
4+
5+
### Removed
6+
7+
- Notice during plugin execution that the MUNKI_REPO setting is ignored.
8+
39
## [1.2.2] - 2020-09-10
410

511
### Fixed

SimpleMDMRepo.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# encoding: utf-8
22

33
# SimpleMDMRepo.py
4-
# Version 1.2.2
4+
# Version 1.2.3
55

66
from __future__ import absolute_import, print_function
77

@@ -34,7 +34,6 @@ def __init__(self, baseurl):
3434

3535
self.getter = URLGetter()
3636
self.auth_header = self._fetch_auth_header()
37-
print('NOTICE: The SimpleMDMRepo plugin ignores the MUNKI_REPO value. "{base_url}" will be used instead.'.format(base_url=self.base_url))
3837

3938
def _fetch_api_key(self):
4039
# fetch from environment argument

0 commit comments

Comments
 (0)