Skip to content

Commit

Permalink
Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ggatward committed Dec 11, 2017
1 parent 23acf17 commit 79e3ae2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions auto_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,11 @@ def push_puppet(dryrun):
good_puppetpush = False

if not dryrun:
for dataset in tslist:
rc = subprocess.call(['/usr/local/bin/push-puppetforge', '-r', 'puppet-forge'])
rc = subprocess.call(['/usr/local/bin/push_puppetforge', '-r', 'puppet-forge'])

# If the import is successful
if rc == 0:
good_puppetpush = True
# If the import is successful
if rc == 0:
good_puppetpush = True

else:
msg = "Dry run - not actually performing module push"
Expand Down
2 changes: 1 addition & 1 deletion rel-eng/sat6_scripts.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: sat6_scripts
Version: 1.2.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Scripts to automate Satellite 6 tasks

License: GPL
Expand Down

0 comments on commit 79e3ae2

Please sign in to comment.